aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkOSWindow_Win.h
diff options
context:
space:
mode:
authorGravatar kkinnunen <kkinnunen@nvidia.com>2016-02-25 02:03:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-25 02:03:43 -0800
commit45c2c8166bbd84a87e29fdd344b39e36e8a28a3f (patch)
tree9288929fb75ee43b3676964a6abe2f8cab7b5f6d /include/views/SkOSWindow_Win.h
parent3eed7ddb25408cdd1c437e65728bac115aeacbd1 (diff)
Implement support for using GL ES 3.0 with command buffer
Adds a new 'api': --config gpu(api=commandbuffer3) for dm/nanobench. BUG=skia:4943 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1684413003 Review URL: https://codereview.chromium.org/1684413003
Diffstat (limited to 'include/views/SkOSWindow_Win.h')
-rw-r--r--include/views/SkOSWindow_Win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index c1a68c621e..9e771c2c6a 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -42,7 +42,7 @@ public:
kANGLE_BackEndType,
#endif // SK_ANGLE
#if SK_COMMAND_BUFFER
- kCommandBuffer_BackEndType,
+ kCommandBufferES2_BackEndType,
#endif // SK_COMMAND_BUFFER
#endif // SK_SUPPORT_GPU
};