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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLQuery.idl

Issue 2451943002: Remove runtime flag 'UnsafeES3APIs' from blink webgl (Closed)
Patch Set: Addressed kbr@'s feedback, and rebased the code Created 4 years, 2 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: third_party/WebKit/Source/modules/webgl/WebGLQuery.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLQuery.idl b/third_party/WebKit/Source/modules/webgl/WebGLQuery.idl
index 37b664f981bcc354bfc49b2be2df59d3357d9f80..d2b7101fc7e1ce3ab2afd9f444f1244375474d4c 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLQuery.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLQuery.idl
@@ -4,6 +4,5 @@
[
DependentLifetime,
- RuntimeEnabled=UnsafeES3APIs,
] interface WebGLQuery {
};

Powered by Google App Engine
This is Rietveld 408576698