| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index d90830dd59c708a8ce62ef4d990b546a979e7846..33759e9684d602065a3c90e360a44e0facd579a7 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -125,7 +125,7 @@ void ForceResizeRenderView(RenderView* render_view,
|
| void SetDeviceScaleFactor(RenderView* render_view, float factor);
|
|
|
| // Get the window to viewport scale.
|
| -float GetWindowToViewportScale(RenderView* render_view);
|
| +float GetWindowToViewportScale(RenderFrame* render_frame);
|
|
|
| // Set the device color profile associated with the profile |name|.
|
| void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
|
|
|