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

Unified Diff: Source/core/frame/LocalFrame.cpp

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/frame/LocalFrame.cpp
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
index 1eba69234badcd7cb2d920f5ea7a6847c31cdb72..417e98b56c3a4ffcb539b6ec249c260bfc804ace 100644
--- a/Source/core/frame/LocalFrame.cpp
+++ b/Source/core/frame/LocalFrame.cpp
@@ -449,7 +449,7 @@ String LocalFrame::trackedRepaintRectsAsText() const
{
if (!m_view)
return String();
- return m_view->trackedRepaintRectsAsText();
+ return m_view->trackedPaintInvalidationRectsAsText();
}
void LocalFrame::setPageZoomFactor(float factor)

Powered by Google App Engine
This is Rietveld 408576698