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

Unified Diff: content/renderer/render_view_impl.h

Issue 259973002: Fix for the revert of r172659. The problem was that MediaStreamImpl's constructor was getting a Ren… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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/public/renderer/render_view_observer.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
===================================================================
--- content/renderer/render_view_impl.h (revision 266283)
+++ content/renderer/render_view_impl.h (working copy)
@@ -604,9 +604,7 @@
protected:
explicit RenderViewImpl(RenderViewImplParams* params);
- void Initialize(
- RenderViewImplParams* params,
- RenderFrameImpl* main_render_frame);
+ void Initialize(RenderViewImplParams* params);
virtual void SetScreenMetricsEmulationParameters(
float device_scale_factor,
const gfx::Point& root_layer_offset,
« no previous file with comments | « content/public/renderer/render_view_observer.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698