| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index b43d37fe4af9fecc018d52188eb634767bf9156c..18db4ec7a0243cba1d483b27b355aacb4623d405 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -129,7 +129,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);
|
|
|
| // Get the ICC profile for a given name string. This is not in the ICCProfile
|
| // class to avoid bloating the shipping build.
|
|
|