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

Unified Diff: Source/core/rendering/RenderView.h

Issue 275543003: Don't always fully repaint on viewport resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline 2 tests Created 6 years, 7 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 | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderView.h
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
index 9036758c14ab17312d6cd796826c0ea52bfbd8c0..d439b84be1b5234a4f3d8cbfe570f444989d9fd4 100644
--- a/Source/core/rendering/RenderView.h
+++ b/Source/core/rendering/RenderView.h
@@ -123,6 +123,7 @@ public:
}
#endif
+ bool shouldDoFullRepaintForNextLayout() const;
bool doingFullRepaint() const { return m_frameView->needsFullRepaint(); }
// Subtree push
@@ -242,6 +243,8 @@ private:
bool shouldUsePrintingLayout() const;
+ RenderObject* backgroundRenderer() const;
+
FrameView* m_frameView;
RenderObject* m_selectionStart;
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698