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

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

Issue 1126883002: Change all one-off lifecycle callers to FrameView::updateLayoutAndStyleForPainting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/editing/iterators/TextIteratorTest.cpp ('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 b070825eaa8a2775d9494f80f2006c5e4fb18b4a..8032d28a13f7154b70a64ce425bcb231ab67306b 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -228,9 +228,7 @@ public:
Color documentBackgroundColor() const;
void updateLayoutAndStyleForPainting();
- void updateLayoutAndStyleIfNeededRecursive();
- void invalidateTreeIfNeededRecursive();
bool invalidateViewportConstrainedObjects();
void incrementVisuallyNonEmptyCharacterCount(unsigned);
@@ -245,8 +243,6 @@ public:
bool scrollToAnchor(const String&);
void maintainScrollPositionAtAnchor(Node*);
- void scrollContentsIfNeededRecursive();
-
// Methods to convert points and rects between the coordinate space of the layoutObject, and this view.
IntRect convertFromLayoutObject(const LayoutObject&, const IntRect&) const;
IntRect convertToLayoutObject(const LayoutObject&, const IntRect&) const;
@@ -621,6 +617,11 @@ protected:
private:
explicit FrameView(LocalFrame*);
+ void updateLayoutAndStyleForPaintingInternal();
+ void invalidateTreeIfNeededRecursive();
+ void scrollContentsIfNeededRecursive();
+ void updateLayoutAndStyleIfNeededRecursive();
+
void reset();
void init();
« no previous file with comments | « Source/core/editing/iterators/TextIteratorTest.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698