diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2022-09-29 16:16:15 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2022-11-09 10:04:06 +0000 |
commit | a95a7417ad456115a1ef2da4bb8320531c0821f1 (patch) | |
tree | edcd59279e486d2fd4a8f88a7ed025bcf925c6e6 /chromium/third_party/skia/src/utils/SkTestCanvas.h | |
parent | 33fc33aa94d4add0878ec30dc818e34e1dd3cc2a (diff) | |
download | qtwebengine-chromium-a95a7417ad456115a1ef2da4bb8320531c0821f1.tar.gz |
BASELINE: Update Chromium to 106.0.5249.126
Change-Id: Ib0bb21c437a7d1686e21c33f2d329f2ac425b7ab
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438936
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/skia/src/utils/SkTestCanvas.h')
-rw-r--r-- | chromium/third_party/skia/src/utils/SkTestCanvas.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/skia/src/utils/SkTestCanvas.h b/chromium/third_party/skia/src/utils/SkTestCanvas.h index 097929faa05..cc27d544f6c 100644 --- a/chromium/third_party/skia/src/utils/SkTestCanvas.h +++ b/chromium/third_party/skia/src/utils/SkTestCanvas.h @@ -18,7 +18,7 @@ #include "include/core/SkSize.h" #include "include/utils/SkNWayCanvas.h" #include "src/core/SkDevice.h" -#include "src/core/SkGlyphRun.h" +#include "src/text/GlyphRun.h" // You can only make template specializations of SkTestCanvas. template <typename Key> class SkTestCanvas; @@ -29,7 +29,8 @@ template <> class SkTestCanvas<SkSlugTestKey> : public SkCanvas { public: SkTestCanvas(SkCanvas* canvas); - void onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) override; + void onDrawGlyphRunList( + const sktext::GlyphRunList& glyphRunList, const SkPaint& paint) override; }; #endif // SkTestCanvas_DEFINED |