commit | 8099b671d5037cd15724fc28c1177a48ed7b989f | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Jan 09 14:48:45 2023 +0000 |
committer | Kevin Lubick <kjlubick@google.com> | Wed Jan 11 15:51:45 2023 +0000 |
tree | 8dd22a287d76e7ef699861a574df4bf27aea9218 | |
parent | 123d9f6360a1eb17760cb180a3541f6824a78d96 [diff] [blame] |
[base] SkBudgeted -> skgpu::Budgeted Follow-up from https://skia-review.googlesource.com/c/skia/+/621977 Change-Id: I2a381a325c5c0c50f0d27e9d06210bb6be878919 Bug: skbug.com/13983
diff --git a/libs/hwui/pipeline/skia/StretchMask.cpp b/libs/hwui/pipeline/skia/StretchMask.cpp index b169c92..cad3703 100644 --- a/libs/hwui/pipeline/skia/StretchMask.cpp +++ b/libs/hwui/pipeline/skia/StretchMask.cpp
@@ -18,6 +18,8 @@ #include "SkBlendMode.h" #include "SkCanvas.h" #include "SkSurface.h" +#include "include/gpu/GpuTypes.h" // from Skia + #include "TransformCanvas.h" #include "SkiaDisplayList.h" @@ -36,7 +38,7 @@ // not match. mMaskSurface = SkSurface::MakeRenderTarget( context, - SkBudgeted::kYes, + skgpu::Budgeted::kYes, SkImageInfo::Make( width, height,