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

Unified Diff: Source/core/timing/ConsoleMemory.idl

Issue 950343002: Decouple memory() from Console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 5 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: Source/core/timing/ConsoleMemory.idl
diff --git a/Source/core/html/canvas/WebGLSampler.idl b/Source/core/timing/ConsoleMemory.idl
similarity index 60%
copy from Source/core/html/canvas/WebGLSampler.idl
copy to Source/core/timing/ConsoleMemory.idl
index 565f3d6d97129db07ba3aa91d5be51dd8051608f..bdd31e20383d592a38ab1140ee9328a59fd7dbd2 100644
--- a/Source/core/html/canvas/WebGLSampler.idl
+++ b/Source/core/timing/ConsoleMemory.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
- RuntimeEnabled=UnsafeES3APIs,
- WillBeGarbageCollected
-] interface WebGLSampler {
-};
+ ImplementedAs=ConsoleMemory,
+] partial interface Console {
+ readonly attribute MemoryInfo memory;
+};
« Source/core/timing/ConsoleMemory.cpp ('K') | « Source/core/timing/ConsoleMemory.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698