aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRemoteGlyphCache.h
diff options
context:
space:
mode:
authorGravatar Khushal <khushalsagar@chromium.org>2018-05-31 13:38:57 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-31 22:43:44 +0000
commite70c5fb602047dc6ece0183ad49684c4d403ee0d (patch)
tree933e24d6f80ea1e8f464913ae0fa198a8e155764 /src/core/SkRemoteGlyphCache.h
parent13b8b676bee886cb2130d142d7a418cf50e2e401 (diff)
Reland fonts: Use correct SurfaceProps in analysis canvas for remoting.
This reverts commit cd21d676b782cf27a9ded17a69c0393e4d3e34cc. TBR=herb@google.com Bug: 829622 Change-Id: I515fdf67fde118db774ab170e021100eef13ce68 Reviewed-on: https://skia-review.googlesource.com/130701 Commit-Queue: Khusal Sagar <khushalsagar@chromium.org> Reviewed-by: Khusal Sagar <khushalsagar@chromium.org>
Diffstat (limited to 'src/core/SkRemoteGlyphCache.h')
-rw-r--r--src/core/SkRemoteGlyphCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRemoteGlyphCache.h b/src/core/SkRemoteGlyphCache.h
index 32d0b47c18..4d22a197a7 100644
--- a/src/core/SkRemoteGlyphCache.h
+++ b/src/core/SkRemoteGlyphCache.h
@@ -82,9 +82,9 @@ private:
void processGlyphRunForPaths(const SkTextBlobRunIterator& it, const SkPaint& runPaint);
void processGlyphRunForDFT(const SkTextBlobRunIterator& it, const SkPaint& runPaint,
SkScalerContextFlags flags);
+ const SkSurfaceProps& surfaceProps() const;
const SkMatrix fDeviceMatrix;
- const SkSurfaceProps fSurfaceProps;
SkStrikeServer* const fStrikeServer;
const Settings fSettings;
};