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

Unified Diff: include/core/SkPaint.h

Issue 24075010: We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: typo Created 7 years, 3 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 | « gyp/tests.gyp ('k') | include/core/SkPaintOptionsAndroid.h » ('j') | no next file with comments »
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 52321ddaf6c8738a83d69e156d4fb7cd70e98271..6e9c263cd05189e6162f9bf7f1cd6d225e7c9395 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -17,7 +17,7 @@
#include "SkXfermode.h"
#ifdef SK_BUILD_FOR_ANDROID
#include "SkPaintOptionsAndroid.h"
-#endif
+#endif // SK_BUILD_FOR_ANDROID
djsollen 2013/09/20 12:58:23 in general I wouldn't bother editing this file jus
mtklein 2013/09/20 13:18:46 Agreed. I wasn't looking at the end-to-end diff h
class SkAnnotation;
class SkAutoGlyphCache;
« no previous file with comments | « gyp/tests.gyp ('k') | include/core/SkPaintOptionsAndroid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698