| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 1187085939e4fb201da308c5432f3fb7b6706dfe..a76dcc1cfb966bae090525ecdc46f978091ce6cb 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -146,15 +146,6 @@ bool FrameView::didFirstLayout() const
|
| return !m_firstLayout;
|
| }
|
|
|
| -void FrameView::invalidateRect(const IntRect& rect)
|
| -{
|
| - // FIXME(sky): Parent is always null in sky?
|
| - if (!parent()) {
|
| - if (HostWindow* window = hostWindow())
|
| - window->invalidateContentsAndRootView(rect);
|
| - }
|
| -}
|
| -
|
| void FrameView::setFrameRect(const IntRect& newRect)
|
| {
|
| IntRect oldRect = frameRect();
|
|
|