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

Unified Diff: third_party/WebCore/testing/FastMallocStatistics.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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
« no previous file with comments | « third_party/WebCore/page/WebKitAnimation.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/testing/FastMallocStatistics.idl
diff --git a/third_party/WebCore/html/canvas/OESTextureFloat.idl b/third_party/WebCore/testing/FastMallocStatistics.idl
similarity index 83%
copy from third_party/WebCore/html/canvas/OESTextureFloat.idl
copy to third_party/WebCore/testing/FastMallocStatistics.idl
index 6537f470761bf7c48a8044b3e7c85d1515641ea3..8b60ac3d52e050823751e90de8d4722f3b166f8d 100644
--- a/third_party/WebCore/html/canvas/OESTextureFloat.idl
+++ b/third_party/WebCore/testing/FastMallocStatistics.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2012 SoftAtHome. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -23,11 +23,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module html {
+module window {
interface [
- Conditional=WEBGL,
- JSGenerateIsReachable=ImplContext,
OmitConstructor
- ] OESTextureFloat {
+ ] FastMallocStatistics {
+ readonly attribute unsigned long reservedVMBytes;
+ readonly attribute unsigned long committedVMBytes;
+ readonly attribute unsigned long freeListBytes;
};
}
« no previous file with comments | « third_party/WebCore/page/WebKitAnimation.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698