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

Unified Diff: include/core/SkPaintOptionsAndroid.h

Issue 24075010: We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: version that doesn't serialize default values 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
Index: include/core/SkPaintOptionsAndroid.h
diff --git a/include/core/SkPaintOptionsAndroid.h b/include/core/SkPaintOptionsAndroid.h
index 78e43868c079d17f5c82b159a2e77b2e54d4630a..e121a38e95e89375d9a825035a4faa9c8f0c04c2 100644
--- a/include/core/SkPaintOptionsAndroid.h
+++ b/include/core/SkPaintOptionsAndroid.h
@@ -13,8 +13,6 @@
#include "SkTypes.h"
#include "SkString.h"
-#ifdef SK_BUILD_FOR_ANDROID
-
class SkFlattenableReadBuffer;
class SkFlattenableWriteBuffer;
@@ -125,5 +123,4 @@ private:
bool fUseFontFallbacks;
};
-#endif // #ifdef SK_BUILD_FOR_ANDROID
#endif // #ifndef SkPaintOptionsAndroid_DEFINED
« no previous file with comments | « include/core/SkPaint.h ('k') | src/core/SkPaint.cpp » ('j') | tests/AndroidPaintTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698