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

Unified Diff: Source/core/html/canvas/WebGLRenderingContextBase.h

Issue 360583002: Took newly community approved WebGL extensions out of draft status (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/html/canvas/WebGLRenderingContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLRenderingContextBase.h
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
index ca08a621efc166b289a7326af6a861c2fd9a195b..afa9619774cb74963830b03384933c9c9343b893 100644
--- a/Source/core/html/canvas/WebGLRenderingContextBase.h
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.h
@@ -542,9 +542,6 @@ protected:
ApprovedExtension = 0x00,
// Extension that is behind the draft extensions runtime flag:
DraftExtension = 0x01,
- // Extension that is still in draft state, but has been selectively enabled by default under a prefix. Do not use
- // this for enabling new draft extensions; use the DraftExtension flag instead, and do not use vendor prefixes:
- EnabledDraftExtension = 0x04,
};
class ExtensionTracker {
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698