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

Unified Diff: win8/metro_driver/display_properties.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
« ui/gfx/gfx.gyp ('K') | « win8/metro_driver/direct3d_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/display_properties.cc
diff --git a/win8/metro_driver/display_properties.cc b/win8/metro_driver/display_properties.cc
index e1b7ed5e7e03764dfcaa51fd19fe68f1ae6fbfdd..8e2be75781dbeb6bc824b6b8e11318c1e6fc9906 100644
--- a/win8/metro_driver/display_properties.cc
+++ b/win8/metro_driver/display_properties.cc
@@ -10,7 +10,7 @@
#include <windows.foundation.h>
#include <windows.graphics.display.h>
#include "base/win/windows_version.h"
-#include "ui/gfx/win/dpi.h"
+#include "ui/gfx/dpi.h"
#include "winrt_utils.h"
float GetModernUIScale() {
« ui/gfx/gfx.gyp ('K') | « win8/metro_driver/direct3d_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698