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

Unified Diff: ui/gfx/win/dpi.cc

Issue 1220133003: Fixed all unused-variable Clang warnings on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iaccessible2-fix-gn
Patch Set: Created 5 years, 6 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/win/dpi.cc
diff --git a/ui/gfx/win/dpi.cc b/ui/gfx/win/dpi.cc
index ceaaefde8876a7082316105178ecf58ef02733ff..c28a5f5921997fb5bd2193ec187da86636823335 100644
--- a/ui/gfx/win/dpi.cc
+++ b/ui/gfx/win/dpi.cc
@@ -14,9 +14,7 @@
namespace {
int kDefaultDPIX = 96;
-int kDefaultDPIY = 96;
-
-bool force_highdpi_for_testing = false;
+// int kDefaultDPIY = 96;
Nico 2015/07/02 17:34:26 ?
Matt Giuca 2015/07/03 03:46:29 Again, I didn't want to delete this information fr
float g_device_scale_factor = 0.0f;

Powered by Google App Engine
This is Rietveld 408576698