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 9c1c8094aa4db52cb406d0daa17cb2ebee32a72a..ea373675b47fedd10ceeb651c95b3cd5fc3d4791 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 RemoteFrameClient; |
class RemoteFrameView; |
@@ -47,10 +46,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 setWebLayer(WebLayer*); |
WebLayer* webLayer() const { return m_webLayer; } |