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

Unified Diff: ui/views/controls/button/blue_button.cc

Issue 23058003: Use SkLerpXfermode to blend LabelButton images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup linear interpolation via animation; etc. Created 7 years, 4 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/views/controls/button/blue_button.cc
diff --git a/ui/views/controls/button/blue_button.cc b/ui/views/controls/button/blue_button.cc
index a17441e1cbe509836e2d98aa7ed00dd55fb3cfae..516363018f48b96862452477353a06f911711899 100644
--- a/ui/views/controls/button/blue_button.cc
+++ b/ui/views/controls/button/blue_button.cc
@@ -78,9 +78,4 @@ const char* BlueButton::GetClassName() const {
return BlueButton::kViewClassName;
}
-// TODO(msw): Re-enable animations for blue buttons. See crbug.com/239121.
-const ui::Animation* BlueButton::GetThemeAnimation() const {
- return NULL;
-}
-
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698