| Index: third_party/WebKit/Source/core/layout/LayoutPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| index 39a834ca76c80a4eec58f59ed8c0229eeb462923..1cefde91ab3c60798afca54ee489f3ccce4d37a6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -54,6 +54,8 @@ public:
|
| bool isLayoutPart() const final { return true; }
|
| virtual void paintContents(const PaintInfo&, const LayoutPoint&) const;
|
|
|
| + bool isThrottledFrameView() const;
|
| +
|
| protected:
|
| PaintLayerType layerTypeRequired() const override;
|
|
|
|
|