| Index: chrome/browser/ui/views/find_bar_view.h
|
| diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h
|
| index 5ccfedb915f7a3572df92b86ad1aa313933fb5d3..fcc704fe13b333b75f58c9660473d2a2f01d9554 100644
|
| --- a/chrome/browser/ui/views/find_bar_view.h
|
| +++ b/chrome/browser/ui/views/find_bar_view.h
|
| @@ -140,10 +140,10 @@ class FindBarView : public DropdownBarView,
|
|
|
| // The background image for the Find text box, which we draw behind the Find
|
| // box to provide the Chrome look to the edge of the text box.
|
| - const SkBitmap* text_box_background_;
|
| + const gfx::ImageSkia* text_box_background_;
|
|
|
| // The rounded edge on the left side of the Find text box.
|
| - const SkBitmap* text_box_background_left_;
|
| + const gfx::ImageSkia* text_box_background_left_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FindBarView);
|
| };
|
|
|