| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 5cbf41f1690085715e8d734f22cca2581a78c660..1cfec55e151fb3cbb0327040575e38c4862ac8c9 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -75,10 +75,6 @@ public:
|
|
|
| RenderView* renderView() const;
|
|
|
| - // FIXME(sky): Remove.
|
| - void setCanHaveScrollbars(bool);
|
| -
|
| - void setContentsSize(const IntSize&);
|
| IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const;
|
|
|
| void layout(bool allowSubtree = true);
|
| @@ -132,8 +128,6 @@ public:
|
| void setBaseBackgroundColor(const Color&);
|
| void updateBackgroundRecursively(const Color&, bool);
|
|
|
| - void adjustViewSize();
|
| -
|
| IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const;
|
|
|
| float visibleContentScaleFactor() const { return m_visibleContentScaleFactor; }
|
| @@ -143,11 +137,6 @@ public:
|
| IntSize inputEventsOffsetForEmulation() const;
|
| void setInputEventsTransformForEmulation(const IntSize&, float);
|
|
|
| - // FIXME(sky): Remove
|
| - void setScrollPosition(const IntPoint&, ScrollBehavior = ScrollBehaviorInstant);
|
| - bool isRubberBandInProgress() const;
|
| - void setScrollPositionNonProgrammatically(const IntPoint&);
|
| -
|
| // This is different than visibleContentRect() in that it ignores negative (or overly positive)
|
| // offsets from rubber-banding, and it takes zooming into account.
|
| LayoutRect viewportConstrainedVisibleContentRect() const;
|
|
|