Chromium Code Reviews| 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..5affc53f7539e3b35c394b6c48f7ab6b354fbd6e 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(); |
|
esprehn
2015/10/16 21:40:45
const ?
Sami
2015/10/19 10:51:06
Done.
|
| + |
| protected: |
| PaintLayerType layerTypeRequired() const override; |