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

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

Issue 2562323002: Devirtualize Frame::domWindow(). (Closed)
Patch Set: Created 4 years 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 9d55b141762a182ed5e35ae99576397662523f2b..9c1c8094aa4db52cb406d0daa17cb2ebee32a72a 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
@@ -15,7 +15,6 @@ namespace blink {
class Event;
class IntRect;
class LocalFrame;
-class RemoteDOMWindow;
class RemoteFrameClient;
class RemoteFrameView;
class WebLayer;
@@ -30,7 +29,6 @@ class CORE_EXPORT RemoteFrame final : public Frame {
// Frame overrides:
DECLARE_VIRTUAL_TRACE();
- DOMWindow* domWindow() const override;
WindowProxy* windowProxy(DOMWrapperWorld&) override;
void navigate(Document& originDocument,
const KURL&,
@@ -81,7 +79,6 @@ class CORE_EXPORT RemoteFrame final : public Frame {
Member<RemoteFrameView> m_view;
Member<RemoteSecurityContext> m_securityContext;
- Member<RemoteDOMWindow> m_domWindow;
Member<WindowProxyManager> m_windowProxyManager;
WebLayer* m_webLayer = nullptr;
};

Powered by Google App Engine
This is Rietveld 408576698