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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 2771983002: Remove Page::m_frameHost (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index 676c71e77e29e5338abb4049185c09ee02492e00..efb2332c1a7de40e4ebc8d45738d4e77f8972829 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -59,7 +59,6 @@ class EditorClient;
class EventHandlerRegistry;
class FocusController;
class Frame;
-class FrameHost;
class OverscrollController;
struct PageScaleConstraints;
class PageScaleConstraintsSet;
@@ -127,9 +126,6 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
static void platformColorsChanged();
- // TODO(sashab): Remove this.
- FrameHost& frameHost() const { return *m_frameHost; }
-
void setNeedsRecalcStyleInAllFrames();
void updateAcceleratedCompositingSettings();
@@ -360,11 +356,6 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
#endif
int m_subframeCount;
-
- // A pointer to all the interfaces provided to in-process Frames for this
- // Page.
- // FIXME: Most of the members of Page should move onto FrameHost.
- Member<FrameHost> m_frameHost;
};
extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<Page>;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698