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

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

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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/EXTDisjointTimerQuery.idl
diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.idl b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.idl
index 02323880800fbb6950d2c44fc61521c527977230..06a70539ceca07b409f7058cdb2d1e8fd9a0979a 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.idl
+++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.idl
@@ -5,9 +5,9 @@
typedef unsigned long long GLuint64EXT;
[
+ DependentLifetime,
DoNotCheckConstants,
NoInterfaceObject,
- SetWrapperReferenceFrom=canvas,
] interface EXTDisjointTimerQuery {
const GLenum QUERY_COUNTER_BITS_EXT = 0x8864;
const GLenum CURRENT_QUERY_EXT = 0x8865;

Powered by Google App Engine
This is Rietveld 408576698