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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 573353002: Plumbing toward transitioning remote frame back to a local frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 5a9ab49b9e49661f8aa9a5034b90ff288ed42f69..9bfe5bca2a0cdafdf6615f07b3770c4c419a9ba6 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -7,7 +7,7 @@
#include "public/web/WebRemoteFrame.h"
#include "public/web/WebRemoteFrameClient.h"
-#include "web/RemoteFrameClient.h"
+#include "web/RemoteFrameClientImpl.h"
#include "wtf/HashMap.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefCounted.h"
@@ -186,7 +186,7 @@ public:
static WebRemoteFrameImpl* fromFrame(RemoteFrame&);
private:
- RemoteFrameClient m_frameClient;
+ RemoteFrameClientImpl m_frameClient;
RefPtr<RemoteFrame> m_frame;
WebRemoteFrameClient* m_client;

Powered by Google App Engine
This is Rietveld 408576698