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

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

Issue 14921006: Fix LabelButtonBorder image blending. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a skia::RefPtr to free the SkXfermode after use. Created 7 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/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 a0384a9f3d7e10887774f0f5a457381e89475cb1..93c85a9a070d39de25c35aff06f4bffcd491dc75 100644
--- a/ui/views/controls/button/blue_button.cc
+++ b/ui/views/controls/button/blue_button.cc
@@ -69,10 +69,4 @@ const char* BlueButton::GetClassName() const {
return BlueButton::kViewClassName;
}
-// TODO(msw): Re-enable animations for blue buttons. It's disabled now due
-// to crbug.com/239121.
-const ui::Animation* BlueButton::GetThemeAnimation() const {
- return NULL;
-}
-
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698