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

Unified Diff: content/test/content_test_suite.cc

Issue 1889423002: Move Windows DPI Code from ui/gfx to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO Created 4 years, 8 months 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/test/blink_test_environment.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_suite.cc
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
index 663ffe63f55626df9a1e5ec7df52f84226493c5c..e20a618557d8c743dcf195f2e8b65ef2f807075a 100644
--- a/content/test/content_test_suite.cc
+++ b/content/test/content_test_suite.cc
@@ -20,7 +20,7 @@
#include "ui/gl/test/gl_surface_test_support.h"
#if defined(OS_WIN)
-#include "ui/gfx/win/dpi.h"
+#include "ui/display/win/dpi.h"
#endif
#if defined(OS_MACOSX)
@@ -75,7 +75,7 @@ void ContentTestSuite::Initialize() {
#endif
#if defined(OS_WIN)
- gfx::SetDefaultDeviceScaleFactor(1.0f);
+ display::win::SetDefaultDeviceScaleFactor(1.0f);
#endif
ContentTestSuiteBase::Initialize();
« no previous file with comments | « content/test/blink_test_environment.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698