Index: third_party/WebKit/Source/core/testing/Internals.h |
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
index add6d5e18e687c9d3e778ad035c0a6ee35cffbec..1b54115a2afd40b8e9b5519b7752229d06666a5c 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -387,6 +387,9 @@ class Internals final : public GarbageCollected<Internals>, |
Vector<String> getReferencedFilePaths() const; |
+ void startStoringCompositedLayerDebugInfo(Document*, ExceptionState&); |
+ void stopStoringCompositedLayerDebugInfo(Document*, ExceptionState&); |
+ |
void startTrackingRepaints(Document*, ExceptionState&); |
void stopTrackingRepaints(Document*, ExceptionState&); |
void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks( |