Chromium Code Reviews| 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 |