| Index: ui/views/examples/button_example.h
|
| diff --git a/ui/views/examples/button_example.h b/ui/views/examples/button_example.h
|
| index da0970ca4ba3222f719bcf1edad077dd86dbff26..55f4685398c84363b52bc2a90fb24d22684dd24d 100644
|
| --- a/ui/views/examples/button_example.h
|
| +++ b/ui/views/examples/button_example.h
|
| @@ -38,7 +38,7 @@ class ButtonExample : public ExampleBase, public ButtonListener {
|
| // Values used to modify the look and feel of the button.
|
| TextButton::TextAlignment alignment_;
|
| bool use_native_theme_border_;
|
| - const SkBitmap* icon_;
|
| + const gfx::ImageSkia* icon_;
|
|
|
| // The number of times the buttons are pressed.
|
| int count_;
|
|
|