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

Unified Diff: content/renderer/render_frame_impl.h

Issue 851333005: Revert of Make RenderFrame(Host) own a RenderWidget(Host). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index e69a20d0f0459051ae9bbc2460a3ea56c18115c5..3decd78c85acd9f27ffa516f27d04656ea172c0a 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -43,7 +43,6 @@
class TransportDIB;
struct FrameHostMsg_AddNavigationTransitionData_Params;
struct FrameMsg_Navigate_Params;
-struct FrameMsg_NewFrame_WidgetParams;
struct FrameMsg_RequestNavigation_Params;
namespace blink {
@@ -72,7 +71,6 @@
namespace content {
class ChildFrameCompositingHelper;
-class CompositorDependencies;
class ExternalPopupMenu;
class GeolocationDispatcher;
class ManifestManager;
@@ -126,9 +124,7 @@
static void CreateFrame(int routing_id,
int parent_routing_id,
int proxy_routing_id,
- const FrameReplicationState& replicated_state,
- CompositorDependencies* compositor_deps,
- const FrameMsg_NewFrame_WidgetParams& params);
+ const FrameReplicationState& replicated_state);
// Returns the RenderFrameImpl for the given routing ID.
static RenderFrameImpl* FromRoutingID(int routing_id);
@@ -745,13 +741,6 @@
// TODO(creis): Remove this after switching to PlzNavigate.
int proxy_routing_id_;
- // Used when the RenderFrame is a local root. For now, RenderWidgets are
- // added only when a child frame is in a different process from its parent
- // frame, but eventually this will also apply to top-level frames.
- // TODO(kenrb): Correct the above statement when top-level frames have their
- // own RenderWidgets.
- scoped_refptr<RenderWidget> render_widget_;
-
#if defined(ENABLE_PLUGINS)
// Current text input composition text. Empty if no composition is in
// progress.
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698