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

Unified Diff: sky/engine/core/frame/FrameView.h

Issue 849763002: Get rid of the full invalidation bool on FrameView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/dom/DocumentLifecycle.h ('k') | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameView.h
diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
index 9ab42d7071ee9ac6cc5155bf94b68fa90bf4910c..dcba5692531cad95c7d9e8cbf82b8d75cda343ce 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -101,8 +101,6 @@ public:
void setLayoutSizeFixedToFrameSize(bool isFixed) { m_layoutSizeFixedToFrameSize = isFixed; }
bool layoutSizeFixedToFrameSize() { return m_layoutSizeFixedToFrameSize; }
- bool needsFullPaintInvalidation() const { return m_doFullPaintInvalidation; }
-
void recalcOverflowAfterStyleChange();
bool isEnclosedInCompositingLayer() const;
@@ -243,8 +241,6 @@ private:
RefPtr<LocalFrame> m_frame;
- bool m_doFullPaintInvalidation;
-
bool m_hasPendingLayout;
RenderObject* m_layoutSubtreeRoot;
« no previous file with comments | « sky/engine/core/dom/DocumentLifecycle.h ('k') | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698