| Index: content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| diff --git a/content/browser/screen_orientation/screen_orientation_browsertest.cc b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| index 12461364eedd1f6051b22198d3d0488b1662072c..94c15574fa40f0f733880d4b9ebdfd732b269123 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| @@ -37,7 +37,7 @@ class ScreenOrientationBrowserTest : public ContentBrowserTest {
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| // Painting has to happen otherwise the Resize messages will be added on top
|
| // of each other without properly ack-painting which will fail and crash.
|
| UseSoftwareCompositing();
|
|
|