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

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

Issue 306413002: Rename Repaint to Paint Invalidation Part 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master 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
Index: Source/core/rendering/RenderView.h
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
index b30a686a401f27dff7d23f13afaaf407705d36fa..538ed8a58b248f21eedd9d51d3210021fe2ac81e 100644
--- a/Source/core/rendering/RenderView.h
+++ b/Source/core/rendering/RenderView.h
@@ -124,7 +124,7 @@ public:
#endif
bool shouldDoFullRepaintForNextLayout() const;
- bool doingFullRepaint() const { return m_frameView->needsFullRepaint(); }
+ bool doingFullRepaint() const { return m_frameView->needsFullPaintInvalidation(); }
// Subtree push
void pushLayoutState(RenderObject&);

Powered by Google App Engine
This is Rietveld 408576698