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

Unified Diff: ash/display/display_info.cc

Issue 659883002: Enable hidpi on Linux, refactor a bit on Windows to share Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants Created 6 years, 2 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 | « no previous file | ash/test/test_metro_viewer_process_host.cc » ('j') | ui/gfx/dpi.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_info.cc
diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
index 16a31f243e23494d75442e1fc9b9b790feab3984..796ee5baac6644c1f4fbe1b673b534d637711c36 100644
--- a/ash/display/display_info.cc
+++ b/ash/display/display_info.cc
@@ -12,12 +12,12 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "ui/gfx/display.h"
+#include "ui/gfx/dpi.h"
#include "ui/gfx/size_conversions.h"
#include "ui/gfx/size_f.h"
#if defined(OS_WIN)
#include "ui/aura/window_tree_host.h"
-#include "ui/gfx/win/dpi.h"
#endif
namespace ash {
« no previous file with comments | « no previous file | ash/test/test_metro_viewer_process_host.cc » ('j') | ui/gfx/dpi.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698