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 2d439b8e4c9c1b24d9e7f6a2d324d1d048719fb8..433c4ebf62cc2847e590c299784ec6eb4275feaa 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; |
@@ -49,10 +48,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; } |