| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 19b0f33786fd0ed40403bf49a3459aa3a5ca8a1a..501026f2d07d2581a7d4febfc442a7f0ffd8df5e 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -176,7 +176,6 @@ public:
|
| IntRect windowToContents(const IntRect& windowRect) const { return windowRect; }
|
| IntRect contentsToWindow(const IntRect& contentsRect) const { return contentsRect; }
|
|
|
| - bool scheduleAnimation();
|
| IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const { return IntRect(IntPoint(), expandedIntSize(frameRect().size())); }
|
| IntSize unscaledVisibleContentSize(IncludeScrollbarsInRect = ExcludeScrollbars) const { return frameRect().size(); }
|
| // FIXME(sky): Not clear what values these should return. This is just what they happen to be
|
|
|