Chromium Code Reviews| Index: content/public/test/layouttest_support.h |
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h |
| index 98339889ac6522324fc872c6ef4638e05016188d..d0f1a869d7ca5d5ac521a2ffcf9036179d21a0d9 100644 |
| --- a/content/public/test/layouttest_support.h |
| +++ b/content/public/test/layouttest_support.h |
| @@ -60,7 +60,7 @@ void SetMockDeviceMotionData(const blink::WebDeviceMotionData& data); |
| void SetMockDeviceOrientationData(const blink::WebDeviceOrientationData& data); |
| // Sets WebScreenOrientationType that should be used as a mock orientation. |
| -void SetMockScreenOrientation( |
| +void SetMockScreenOrientation(RenderView* render_view, |
| const blink::WebScreenOrientationType& orientation); |
|
jochen (gone - plz use gerrit)
2014/05/14 09:07:35
please clang-format
ostap
2014/05/14 13:29:00
Done.
|
| // Returns the length of the local session history of a render view. |