Index: public/web/WebRemoteFrameClient.h |
diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h |
index a0fa0cac8c69bbfa7fb6b62b36675f8b742a48fc..06ef91fc9f7dbf98bf00774aa407e825ff83208f 100644 |
--- a/public/web/WebRemoteFrameClient.h |
+++ b/public/web/WebRemoteFrameClient.h |
@@ -5,11 +5,14 @@ |
#ifndef WebRemoteFrameClient_h |
#define WebRemoteFrameClient_h |
-#include "public/web/WebFrameClient.h" |
+#include "public/web/WebDOMMessageEvent.h" |
+#include "public/web/WebSecurityOrigin.h" |
namespace blink { |
+class WebLocalFrame; |
+class WebRemoteFrame; |
-class WebRemoteFrameClient : public WebFrameClient { |
+class WebRemoteFrameClient { |
public: |
// Notifies the embedder that a postMessage was issued to a remote frame. |
virtual void postMessageEvent( |