| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 99e46b47cdb6e5009098e2adfe048d706ea58743..2ad01bdae9a5acfe067cbc2eb65c50e573ef5dfe 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -221,14 +221,6 @@ void FrameView::recalcOverflowAfterStyleChange()
|
| renderView->recalcOverflowAfterStyleChange();
|
| }
|
|
|
| -IntRect FrameView::contentsToScreen(const IntRect& rect) const
|
| -{
|
| - HostWindow* window = hostWindow();
|
| - if (!window)
|
| - return IntRect();
|
| - return window->rootViewToScreen(contentsToRootView(rect));
|
| -}
|
| -
|
| bool FrameView::scheduleAnimation()
|
| {
|
| if (HostWindow* window = hostWindow()) {
|
|
|