aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
index 62705b441e..d7fcf6e392 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*);