Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: gpu/config/gpu_feature_type.h

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Reverted WebGL2 change and renamed wegl -> accelerated_webgl Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/config/gpu_feature_type.h
diff --git a/gpu/config/gpu_feature_type.h b/gpu/config/gpu_feature_type.h
index e52440324cc00706311d34f149abf8423744505e..9e99d9721f2f65209a0a3bfdc8dcf75d166dfe49 100644
--- a/gpu/config/gpu_feature_type.h
+++ b/gpu/config/gpu_feature_type.h
@@ -13,7 +13,7 @@ namespace gpu {
enum GpuFeatureType {
GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS = 0,
GPU_FEATURE_TYPE_GPU_COMPOSITING,
- GPU_FEATURE_TYPE_WEBGL,
+ GPU_FEATURE_TYPE_ACCELERATED_WEBGL,
GPU_FEATURE_TYPE_FLASH3D,
GPU_FEATURE_TYPE_FLASH_STAGE3D,
GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE,

Powered by Google App Engine
This is Rietveld 408576698