| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index ff6435e7c985ccd9b39a842d1b758916941cc568..d5e46ec1d9493bd5da5fefbc165e26eabe3b6d50 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/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:
|
|
|