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

Unified Diff: ui/gfx/display.h

Issue 11953054: Fix high-DPI on Windows to make use of DIP scaling in WebKit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove experimental changes to resource handling. Created 7 years, 11 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
Index: ui/gfx/display.h
diff --git a/ui/gfx/display.h b/ui/gfx/display.h
index 5abe1be2cbc8a78c16a33b5da44c9695a323ddc3..934371cb0dc8cd12b1d70fecd19479c5f9dff791 100644
--- a/ui/gfx/display.h
+++ b/ui/gfx/display.h
@@ -27,6 +27,7 @@ class UI_EXPORT Display {
// Returns the forced device scale factor, which is given by
// "--force-device-scale-factor".
static float GetForcedDeviceScaleFactor();
+ static bool HasForceDeviceScaleFactor();
pkotwicz 2013/01/23 19:39:23 Add a comment for HasForceDeviceScaleFactor().
kevers 2013/01/23 21:37:00 Done.
// Returns 64-bit persistent ID for the specified manufacturer's ID and
// serial#.

Powered by Google App Engine
This is Rietveld 408576698