Index: include/views/SkOSWindow_Unix.h |
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h |
index 62705b441ea75c418169f4db16d8fe24bd3b1a97..d7fcf6e3928663fdd9a9cd4af424fa3a081d3d2b 100644 |
--- a/include/views/SkOSWindow_Unix.h |
+++ b/include/views/SkOSWindow_Unix.h |
@@ -36,6 +36,9 @@ public: |
enum SkBackEndTypes { |
kNone_BackEndType, |
kNativeGL_BackEndType, |
+#if SK_ANGLE |
+ kANGLE_BackEndType, |
+#endif // SK_ANGLE |
}; |
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); |