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

Unified Diff: src/core/SkPictureRecorder.cpp

Issue 294393011: Include SkTypes to fix Android frameworks build (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPictureRecorder.cpp
diff --git a/src/core/SkPictureRecorder.cpp b/src/core/SkPictureRecorder.cpp
index 844b0e765b8bba8e937ee2834837492817ad2c1d..2c701c23e3520646eebde1a32defbd513057b232 100644
--- a/src/core/SkPictureRecorder.cpp
+++ b/src/core/SkPictureRecorder.cpp
@@ -5,6 +5,8 @@
* found in the LICENSE file.
*/
+// Need to include SkUserConfig first, so that SK_BUILD_FOR_ANDROID is defined.
+#include "SkUserConfig.h"
mtklein 2014/05/28 14:25:58 IIRC, the proscribed way to do this is #include "S
scroggo 2014/05/28 14:44:17 I included SkUserConfig because that's the file I
#ifdef SK_BUILD_FOR_ANDROID
#include "SkPicturePlayback.h"
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698