| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index c6975a4f74d8d7553b48b484e07c19e161bd7931..9c8a3d937811ba625d7ef90ff233fac571338669 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -308,7 +308,7 @@ class TestRunner : public WebTestRunner,
|
| void SetMockDeviceOrientation(bool has_alpha, double alpha,
|
| bool has_beta, double beta,
|
| bool has_gamma, double gamma,
|
| - bool has_absolute, bool absolute);
|
| + bool absolute);
|
|
|
| void SetMockScreenOrientation(const std::string& orientation);
|
|
|
|
|