Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2084723002: Remove LayoutView::doingFullPaintInvalidation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More NeedsRebaselines Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698