Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: src/core/SkScalerContext.h

Issue 939123002: Make fID and MixedID calculations private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Support android build Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/SkScalerContext.h
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 4677635d7c62f15c6551116890e78186b7806e88..02b3a768258ceb6caa741bd5195315d9aaadee0c 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -14,7 +14,7 @@
#include "SkPaint.h"
#include "SkTypeface.h"
-struct SkGlyph;
+class SkGlyph;
class SkDescriptor;
class SkMaskFilter;
class SkPathEffect;

Powered by Google App Engine
This is Rietveld 408576698