| Index: ui/views/controls/button/text_button.cc
|
| ===================================================================
|
| --- ui/views/controls/button/text_button.cc (revision 159972)
|
| +++ ui/views/controls/button/text_button.cc (working copy)
|
| @@ -138,7 +138,6 @@
|
| // handle the case of having a non-NULL |normal_set_|.
|
| canvas->SaveLayerAlpha(static_cast<uint8>(
|
| button->GetAnimation()->CurrentValueBetween(0, 255)));
|
| - canvas->sk_canvas()->drawARGB(0, 255, 255, 255, SkXfermode::kClear_Mode);
|
| Paint(view, canvas, *set);
|
| canvas->Restore();
|
| } else {
|
|
|