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

Unified Diff: Source/core/features.gypi

Issue 16220002: Use mailboxes for Canvas and WebGL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: flush Created 7 years, 6 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
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index cc9513d8c212a0bdbb7ecd1e215a28c5341080d7..bc106391640cc1c9467d8fcae6dabf7f92e6be29 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -34,7 +34,7 @@
'feature_defines': [
'ENABLE_3D_PLUGIN=1',
'ENABLE_BATTERY_STATUS=0',
- 'ENABLE_CANVAS_USES_MAILBOX=0', # Requires crbug.com/230137 to be fixed
+ 'ENABLE_CANVAS_USES_MAILBOX=1',
'ENABLE_CSS3_TEXT=0',
'ENABLE_CSS_DEVICE_ADAPTATION=0',
'ENABLE_CSS_EXCLUSIONS=1',
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698