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

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

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 901e69fa8a5e427d8b538132b6ef1668f66ccf05..1f52c8e7e04eedc2752bd826cdf55a3be80f6790 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -219,8 +219,6 @@
void updateLayoutAndStyleForPainting();
void updateLayoutAndStyleIfNeededRecursive();
- void invalidateTreeIfNeededRecursive();
-
void incrementVisuallyNonEmptyCharacterCount(unsigned);
void incrementVisuallyNonEmptyPixelCount(const IntSize&);
void setIsVisuallyNonEmpty() { m_isVisuallyNonEmpty = true; }
@@ -363,7 +361,7 @@
void scheduleOrPerformPostLayoutTasks();
void performPostLayoutTasks();
- void invalidateTreeIfNeeded();
+ void invalidateTree(RenderObject* root);
void gatherDebugLayoutRects(RenderObject* layoutRoot);

Powered by Google App Engine
This is Rietveld 408576698