| 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..e2fb2e2ad32634c73ea63b96ab2921607d3c3dcd 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -63,6 +63,9 @@ void SetMockDeviceOrientationData(const blink::WebDeviceOrientationData& data);
|
| void SetMockScreenOrientation(
|
| const blink::WebScreenOrientationType& orientation);
|
|
|
| +// Resets the mock screen orientation data.
|
| +void ResetMockScreenOrientation();
|
| +
|
| // Returns the length of the local session history of a render view.
|
| int GetLocalSessionHistoryLength(RenderView* render_view);
|
|
|
|
|