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 6931945da16e8439f0f3d71c8ef5ff39cc306f05..0e0a0851000a6191227c6c318cc4ddc1ffd28e7c 100644 |
--- a/content/browser/screen_orientation/screen_orientation_browsertest.cc |
+++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc |
@@ -32,14 +32,6 @@ class ScreenOrientationBrowserTest : public ContentBrowserTest { |
ScreenOrientationBrowserTest() { |
} |
- 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(); |
- |
- ContentBrowserTest::SetUp(); |
- } |
- |
protected: |
void SendFakeScreenOrientation(unsigned angle, const std::string& strType) { |
RenderWidgetHost* rwh = shell()->web_contents()->GetRenderWidgetHostView() |