| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index 846dfca98937b307edb14175a16af83d23628d52..c9df571309fe3576a687e86c1f3db23e65c61bc5 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -13,7 +13,6 @@
|
| namespace blink {
|
|
|
| class Event;
|
| -class IntRect;
|
| class LocalFrame;
|
| class RemoteDOMWindow;
|
| class RemoteFrameClient;
|
| @@ -48,10 +47,6 @@ class CORE_EXPORT RemoteFrame final : public Frame {
|
| // process. See http://crbug.com/339659.
|
| void forwardInputEvent(Event*);
|
|
|
| - void frameRectsChanged(const IntRect& frameRect);
|
| -
|
| - void visibilityChanged(bool visible);
|
| -
|
| void setRemotePlatformLayer(WebLayer*);
|
| WebLayer* remotePlatformLayer() const { return m_remotePlatformLayer; }
|
|
|
|
|