| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 722e6d8f507328192fe40d660478b3d389111e27..5ca436e25f316f804a002aa736890c2f667e5da8 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -227,9 +227,7 @@ public:
|
| Color documentBackgroundColor() const;
|
|
|
| void updateLayoutAndStyleForPainting();
|
| - void updateLayoutAndStyleIfNeededRecursive();
|
|
|
| - void invalidateTreeIfNeededRecursive();
|
| bool invalidateViewportConstrainedObjects();
|
|
|
| void incrementVisuallyNonEmptyCharacterCount(unsigned);
|
| @@ -252,7 +250,6 @@ public:
|
| // if the FrameView becomes fully scrolled but |element| still isn't
|
| // centered in |rect|.
|
| DoubleSize scrollElementToRect(Element*, const FloatRect&);
|
| - 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;
|
| @@ -623,6 +620,11 @@ protected:
|
| private:
|
| explicit FrameView(LocalFrame*);
|
|
|
| + void updateLayoutAndStyleForPaintingInternal();
|
| + void invalidateTreeIfNeededRecursive();
|
| + void scrollContentsIfNeededRecursive();
|
| + void updateLayoutAndStyleIfNeededRecursive();
|
| +
|
| void reset();
|
| void init();
|
|
|
|
|