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

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

Issue 1209133002: Traverse into child LayoutViews during invalidateTreeIfNeeded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: public invalidateTreeIfNeeded Created 5 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
« no previous file with comments | « LayoutTests/fast/repaint/in-scaled-iframe-expected.txt ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 5340a380b8154b9a30615ee8cfc91ccbcbdfaf6c..7c428297ccfe2f5e7a3cd7b40603d812279aee54 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -63,6 +63,7 @@ class LayoutEmbeddedObject;
class LayoutObject;
class LayoutScrollbarPart;
class LayoutView;
+class PaintInvalidationState;
class Page;
class ScrollingCoordinator;
class TracedValue;
@@ -597,6 +598,9 @@ protected:
TemporaryChange<bool> m_scope;
};
+ // Only for LayoutPart to traverse into sub frames during paint invalidation.
+ void invalidateTreeIfNeeded(PaintInvalidationState&);
+
private:
explicit FrameView(LocalFrame*);
@@ -630,8 +634,6 @@ private:
void scheduleOrPerformPostLayoutTasks();
void performPostLayoutTasks();
- void invalidateTreeIfNeeded(Vector<LayoutObject*>& pendingDelayedPaintInvalidations);
-
DocumentLifecycle& lifecycle() const;
void contentRectangleForPaintInvalidation(const IntRect&);
« no previous file with comments | « LayoutTests/fast/repaint/in-scaled-iframe-expected.txt ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698