| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 5bcd1862c1d79cb186ac812c0ffd0b6f53e832d9..860d1050a967b25e634b7f7789509997efe5e60a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -155,8 +155,6 @@ public:
|
| void setLayoutSizeFixedToFrameSize(bool isFixed) { m_layoutSizeFixedToFrameSize = isFixed; }
|
| bool layoutSizeFixedToFrameSize() { return m_layoutSizeFixedToFrameSize; }
|
|
|
| - bool needsFullPaintInvalidation() const { return m_doFullPaintInvalidation; }
|
| -
|
| void updateAcceleratedCompositingSettings();
|
|
|
| void recalcOverflowAfterStyleChange();
|
| @@ -802,8 +800,6 @@ private:
|
|
|
| WebDisplayMode m_displayMode;
|
|
|
| - bool m_doFullPaintInvalidation;
|
| -
|
| bool m_canHaveScrollbars;
|
|
|
| bool m_hasPendingLayout;
|
|
|