Chromium Code Reviews

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

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review-induced improvements + rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/html/canvas/OESStandardDerivatives.idl
diff --git a/Source/core/html/canvas/OESStandardDerivatives.idl b/Source/core/html/canvas/OESStandardDerivatives.idl
index 222f6ecd5687332022e412426acf1549a97e61c7..a517c7bf8ae77dd05ce7af2b3a59971e264ed8e9 100644
--- a/Source/core/html/canvas/OESStandardDerivatives.idl
+++ b/Source/core/html/canvas/OESStandardDerivatives.idl
@@ -25,7 +25,8 @@
[
NoInterfaceObject,
- DoNotCheckConstants
+ DoNotCheckConstants,
+ WillBeGarbageCollected,
] interface OESStandardDerivatives {
const unsigned long FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
};

Powered by Google App Engine