| Index: Source/WebCore/page/FrameView.h
|
| diff --git a/Source/WebCore/page/FrameView.h b/Source/WebCore/page/FrameView.h
|
| index 505ccd4f7160495acc34b53b33166fee493861c3..21d86ffe6cd6ee18a4af8845a5e901d0ce78756e 100644
|
| --- a/Source/WebCore/page/FrameView.h
|
| +++ b/Source/WebCore/page/FrameView.h
|
| @@ -139,7 +139,6 @@ public:
|
| #endif
|
|
|
| bool hasCompositedContent() const;
|
| - bool hasCompositedContentIncludingDescendants() const;
|
| bool hasCompositingAncestor() const;
|
| void enterCompositingMode();
|
| bool isEnclosedInCompositingLayer() const;
|
| @@ -189,7 +188,6 @@ public:
|
|
|
| virtual void setFixedVisibleContentRect(const IntRect&) OVERRIDE;
|
| virtual void setScrollPosition(const IntPoint&) OVERRIDE;
|
| - void scrollPositionChangedViaPlatformWidget();
|
| virtual void repaintFixedElementsAfterScrolling();
|
| virtual void updateFixedElementsAfterScrolling();
|
| virtual bool shouldRubberBandInDirection(ScrollDirection) const;
|
|
|