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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.h

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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: third_party/WebKit/Source/core/frame/RemoteFrame.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
index c12ec4b6011cd4b0a9087b7900d2de507aadd483..2d7d7e4bf0dbb6a4879ac98b11b65f89a754a04d 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
@@ -59,7 +59,7 @@ private:
RemoteFrame(RemoteFrameClient*, FrameHost*, FrameOwner*);
// Internal Frame helper overrides:
- WindowProxyManager* windowProxyManager() const override { return m_windowProxyManager.get(); }
+ WindowProxyManager* windowProxyManager() const override;
RemoteFrameClient* remoteFrameClient() const;
@@ -70,11 +70,6 @@ private:
WebLayer* m_remotePlatformLayer;
};
-inline RemoteFrameView* RemoteFrame::view() const
-{
- return m_view.get();
-}
-
DEFINE_TYPE_CASTS(RemoteFrame, Frame, remoteFrame, remoteFrame->isRemoteFrame(), remoteFrame.isRemoteFrame());
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/frame/Location.cpp ('k') | third_party/WebKit/Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698