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

Unified Diff: core/testing/Internals.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/testing/GCObservation.idl ('k') | core/testing/LayerRectList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/Internals.idl
diff --git a/core/testing/Internals.idl b/core/testing/Internals.idl
index cabcf1fa01924e4a2532c7be406415df0e1bd9b5..d521c04ebe51dc0247b15440e6cbd04e6cea1017 100644
--- a/core/testing/Internals.idl
+++ b/core/testing/Internals.idl
@@ -29,6 +29,8 @@
] interface Internals {
DOMString address(Node node);
+ GCObservation observeGC(any observed);
+
[RaisesException] DOMString elementRenderTreeAsText(Element element);
boolean isPreloaded(DOMString url);
boolean isLoadingFromMemoryCache(DOMString url);
@@ -213,7 +215,6 @@
[RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft);
[RaisesException] void setDeviceScaleFactor(float scaleFactor);
- [RaisesException] void setPageScaleFactor(float scaleFactor, long x, long y);
[RaisesException] void setIsCursorVisible(Document document, boolean isVisible);
« no previous file with comments | « core/testing/GCObservation.idl ('k') | core/testing/LayerRectList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698