Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1388)

Unified Diff: public/web/WebRemoteFrameClient.h

Issue 543913002: Hook up postMessages to WebRemoteFrameClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix webkit_unit_tests compile Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebRemoteFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « public/web/WebRemoteFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698