| Index: third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| index eb10da425f3f7156dba1ac1c005d2cedb5379320..29d6dd1daab084827d4cc111b45f3704c4244145 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| @@ -131,15 +131,6 @@ void RemoteFrame::forwardInputEvent(Event* event) {
|
| client()->forwardInputEvent(event);
|
| }
|
|
|
| -void RemoteFrame::frameRectsChanged(const IntRect& frameRect) {
|
| - client()->frameRectsChanged(frameRect);
|
| -}
|
| -
|
| -void RemoteFrame::visibilityChanged(bool visible) {
|
| - if (client())
|
| - client()->visibilityChanged(visible);
|
| -}
|
| -
|
| void RemoteFrame::setView(RemoteFrameView* view) {
|
| // Oilpan: as RemoteFrameView performs no finalization actions,
|
| // no explicit dispose() of it needed here. (cf. FrameView::dispose().)
|
|
|