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

Unified Diff: Source/core/html/canvas/EXTDrawBuffers.idl

Issue 16381002: Remove ENABLE_WEBGL #define as it's always enabled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/core/features.gypi ('k') | Source/core/html/canvas/EXTFragDepth.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/EXTDrawBuffers.idl
diff --git a/Source/core/html/canvas/EXTDrawBuffers.idl b/Source/core/html/canvas/EXTDrawBuffers.idl
index e48a70b2c43803192134472d3fea1f6881d7bb4f..f292642ede3d47fbd97ca8d013e92511356a77bf 100644
--- a/Source/core/html/canvas/EXTDrawBuffers.idl
+++ b/Source/core/html/canvas/EXTDrawBuffers.idl
@@ -27,7 +27,6 @@ typedef unsigned long GLenum;
[
NoInterfaceObject,
- Conditional=WEBGL,
DoNotCheckConstants
] interface EXTDrawBuffers {
const GLenum COLOR_ATTACHMENT0_EXT = 0x8CE0;
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/html/canvas/EXTFragDepth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698