| 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();
|
|
|
|
|