aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkEncodedImageFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkEncodedImageFormat.h')
-rw-r--r--include/core/SkEncodedImageFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkEncodedImageFormat.h b/include/core/SkEncodedImageFormat.h
index c391053739..d0a9e5e0ca 100644
--- a/include/core/SkEncodedImageFormat.h
+++ b/include/core/SkEncodedImageFormat.h
@@ -14,7 +14,7 @@
* Enum describing format of encoded data.
*/
enum class SkEncodedImageFormat {
-#ifdef GOOGLE3
+#ifdef SK_BUILD_FOR_GOOGLE3
kUnknown,
#endif
kBMP,