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

Unified Diff: chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc

Issue 2910153002: Remove views::Label::SetDisabledColor(). Replace with typography colors. (Closed)
Patch Set: rebase for r476345 Created 3 years, 7 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/touch_calibrator/touch_calibrator_view.cc
diff --git a/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc b/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc
index 32ff4772e2212242438ab41e0f38633f3de46322..77c84c6d27b25b4ab4b1cfd8f46293c51dc09a41 100644
--- a/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc
+++ b/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc
@@ -541,7 +541,6 @@ void TouchCalibratorView::InitViewContents() {
tap_label_->SetBounds(0, kThrobberCircleViewWidth, kTapLabelWidth,
kTapLabelHeight);
tap_label_->SetEnabledColor(kTapHereLabelColor);
- tap_label_->SetDisabledColor(kTapHereLabelColor);
sky 2017/06/02 14:14:22 Was this never needed?
tapted 2017/06/03 09:46:55 Nope - not needed. These labels are never disabled
tap_label_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
tap_label_->SetAutoColorReadabilityEnabled(false);
tap_label_->SetSubpixelRenderingEnabled(false);

Powered by Google App Engine
This is Rietveld 408576698