| 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 730c0173cb6fe224b77de40146eb40aaaf9142c1..9783ed3cb4d17edc364f8675136da5487f5e29f5 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().)
|
|
|