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 385c41c21195d3de7431839e3872ed051d132895..2202ef959788a7bfd79926d71b537a29ab8ded2e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutPart.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.h |
@@ -52,8 +52,6 @@ public: |
bool isLayoutPart() const final { return true; } |
virtual void paintContents(const PaintInfo&, const LayoutPoint&) const; |
- bool isThrottledFrameView() const; |
- |
protected: |
PaintLayerType layerTypeRequired() const override; |