| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 15948b04dff263a759381d07444e25f1e40b41eb..323b420999bb650a25e99176b13de5781f19d435 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -10,7 +10,9 @@
|
| #include "public/web/WebRemoteFrame.h"
|
| #include "public/web/WebRemoteFrameClient.h"
|
| #include "web/RemoteFrameClientImpl.h"
|
| +#include "web/WebExport.h"
|
| #include "web/WebFrameImplBase.h"
|
| +#include "wtf/Compiler.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -21,7 +23,7 @@ class FrameHost;
|
| class FrameOwner;
|
| class RemoteFrame;
|
|
|
| -class WebRemoteFrameImpl final : public WebFrameImplBase, public WebRemoteFrame {
|
| +class WEB_EXPORT WebRemoteFrameImpl final : public WebFrameImplBase, WTF_NON_EXPORTED_BASE(public WebRemoteFrame) {
|
| public:
|
| static WebRemoteFrameImpl* create(WebTreeScopeType, WebRemoteFrameClient*, WebFrame* opener);
|
| ~WebRemoteFrameImpl() override;
|
|
|