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

Unified Diff: include/core/SkPaint.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
« no previous file with comments | « no previous file | src/core/SkDraw.cpp » ('j') | src/core/SkGlyph.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 50fe1f4c1df20399760fa26c2aedfd665a9b8ce4..5f02662d715f75b701270577f439ac8c268c2de1 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -24,7 +24,7 @@ class SkDescriptor;
struct SkDeviceProperties;
class SkReadBuffer;
class SkWriteBuffer;
-struct SkGlyph;
+class SkGlyph;
struct SkRect;
class SkGlyphCache;
class SkImageFilter;
« no previous file with comments | « no previous file | src/core/SkDraw.cpp » ('j') | src/core/SkGlyph.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698