Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: ui/views/controls/webview/webview_interactive_uitest.cc

Issue 796333009: Revert "Create only a single LegacyRenderWidgetHostHWND per WebContentsViewAura." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview_interactive_uitest.cc
diff --git a/ui/views/controls/webview/webview_interactive_uitest.cc b/ui/views/controls/webview/webview_interactive_uitest.cc
index 7546ce8ba7052108bf418e344df293586e35d7c4..f82a238ee0b719d2ddf77adc3d67d5439d445dac 100644
--- a/ui/views/controls/webview/webview_interactive_uitest.cc
+++ b/ui/views/controls/webview/webview_interactive_uitest.cc
@@ -15,10 +15,6 @@
#include "ui/views/test/webview_test_helper.h"
#include "ui/views/test/widget_test.h"
-#if defined(OS_WIN)
-#include "ui/gfx/win/dpi.h"
-#endif
-
namespace {
class WebViewInteractiveUiTest : public views::test::WidgetTest {
@@ -29,9 +25,6 @@ class WebViewInteractiveUiTest : public views::test::WidgetTest {
void SetUp() override {
gfx::GLSurface::InitializeOneOffForTests();
WidgetTest::SetUp();
-#if defined(OS_WIN)
- gfx::InitDeviceScaleFactor(1.0f);
-#endif
}
protected:
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698