aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar hendrikw <hendrikw@chromium.org>2015-09-23 11:35:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-23 11:35:55 -0700
commit6f0fdac9e7248c4e82ba2c9f6331694db0174bb2 (patch)
tree439670a2bcad66651bcb37079b9e8d95ee8960c7 /include/views
parent10cae83e4bb726610b93276e17815c5d52d73395 (diff)
skia: Add support for ANGLE on linux
This will allow the ANGLE guys to test the ANGLE gl backend with nanobench and DM Review URL: https://codereview.chromium.org/1343193005
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*);