| 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 6b7930adf571b43d464b43123ab82601a8f866f0..07cb6a5d4e6ddbc18d49ab217008d4e9cb1d70b7 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*);
|
| ~WebRemoteFrameImpl() override;
|
|
|