Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 0b9074b1495c4e0f3ad5946649895e253db202a0..779f95b55d0ad3936323ea651c4b5afa9443c636 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -180,6 +180,9 @@ public: |
DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); } |
String debugName() const { return "LocalFrame"; } |
+ bool shouldThrottleRenderingPipeline() const; |
+ bool shouldThrottleStyleLayoutAndCompositingUpdates() const; |
+ |
// ======== |
private: |