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

Unified Diff: chrome/browser/chromeos/display/overscan_calibrator.cc

Issue 29263007: linux and chromeos: Turn on -Wunused-const-variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 7 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
Index: chrome/browser/chromeos/display/overscan_calibrator.cc
diff --git a/chrome/browser/chromeos/display/overscan_calibrator.cc b/chrome/browser/chromeos/display/overscan_calibrator.cc
index 1e8f37ab56ec43716b81d7bafd14e8b5f419464c..ed4adaeeb723312750637feef8c9c642c334179c 100644
--- a/chrome/browser/chromeos/display/overscan_calibrator.cc
+++ b/chrome/browser/chromeos/display/overscan_calibrator.cc
@@ -17,9 +17,6 @@
namespace chromeos {
namespace {
-// The opacity for the grey out borders.
-const float kBorderOpacity = 0.5;
-
// The opacity for the arrows of the overscan calibration.
const float kArrowOpacity = 0.8;

Powered by Google App Engine
This is Rietveld 408576698