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

Unified Diff: core/testing/Internals.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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/InternalSettings.idl ('k') | core/workers/SharedWorker.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 a7c648d8fc8f954ce8a6470261320af4446dfb47..0d21489b177f62380c7292bb570a380d1098bdd7 100644
--- a/core/testing/Internals.idl
+++ b/core/testing/Internals.idl
@@ -179,6 +179,7 @@
[RaisesException] NodeList paintOrderListAfterPromote(Element element);
[RaisesException] boolean scrollsWithRespectTo(Element element1, Element element2);
+ [RaisesException] boolean isUnclippedDescendant(Element element);
// The values of these constants must be kept in sync with those in RenderLayer.
const unsigned short DO_NOT_FORCE_COMPOSITED_SCROLLING = 0;
@@ -248,8 +249,6 @@
SerializedScriptValue deserializeBuffer(ArrayBuffer buffer);
ArrayBuffer serializeObject(SerializedScriptValue obj);
- void setUsesOverlayScrollbars(boolean enabled);
-
void forceReload(boolean endToEnd);
void enableMockSpeechSynthesizer();
« no previous file with comments | « core/testing/InternalSettings.idl ('k') | core/workers/SharedWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698