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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLSync.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/WebGLSync.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.idl b/third_party/WebKit/Source/modules/webgl/WebGLSync.idl
index b636f8288bba523d4f36c1d5352b86583abfde51..6aee652732b43a07a7f6484d88c87ef660fcc0e4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSync.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.idl
@@ -2,7 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- RuntimeEnabled=UnsafeES3APIs,
-] interface WebGLSync {
+interface WebGLSync {
};

Powered by Google App Engine
This is Rietveld 408576698