| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 77ba6601021d58e5b7f0b2004d21bb41be8d41b0..bb4fb7a4c2138cfeeccf4cc0abd93625bfcbbf17 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -125,11 +125,6 @@
|
| long lastSpellCheckRequestSequence(in Document document) raises (DOMException);
|
| long lastSpellCheckProcessedSequence(in Document document) raises (DOMException);
|
|
|
| -#if defined(ENABLE_VIDEO_TRACK) && ENABLE_VIDEO_TRACK
|
| - void setShouldDisplayTrackKind(in Document document, in DOMString kind, in boolean enabled) raises (DOMException);
|
| - boolean shouldDisplayTrackKind(in Document document, in DOMString trackKind) raises (DOMException);
|
| -#endif
|
| -
|
| sequence<String> userPreferredLanguages();
|
| void setUserPreferredLanguages(in sequence<String> languages);
|
|
|
| @@ -158,6 +153,7 @@
|
|
|
| // Flags for layerTreeAsText.
|
| const unsigned short LAYER_TREE_INCLUDES_VISIBLE_RECTS = 1;
|
| + const unsigned short LAYER_TREE_INCLUDES_TILE_CACHES = 2;
|
| DOMString layerTreeAsText(in Document document, in [Optional] unsigned short flags) raises (DOMException);
|
|
|
| void garbageCollectDocumentResources(in Document document) raises (DOMException);
|
| @@ -177,6 +173,8 @@
|
| [Conditional=INSPECTOR] sequence<String> consoleMessageArgumentCounts(in Document document);
|
| [Conditional=INSPECTOR] DOMWindow openDummyInspectorFrontend(in DOMString url);
|
| [Conditional=INSPECTOR] void closeDummyInspectorFrontend();
|
| + [Conditional=INSPECTOR] void setInspectorResourcesDataSizeLimits(in long maximumResourcesContentSize, in long maximumSingleResourceContentSize) raises(DOMException);
|
| + [Conditional=INSPECTOR] void setJavaScriptProfilingEnabled(in boolean creates) raises(DOMException);
|
|
|
| DOMString counterValue(in Element element);
|
| long pageNumber(in Element element, in [Optional] float pageWidth, in [Optional] float pageHeight);
|
|
|