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

Unified Diff: chrome/browser/ui/views/find_bar_view.h

Issue 10453101: Convert most of the rest of chrome to ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: 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);
};
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc ('k') | chrome/browser/ui/views/find_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698