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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/string16.h" 10 #include "base/string16.h"
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 FocusForwarderView* focus_forwarder_view_; 133 FocusForwarderView* focus_forwarder_view_;
134 views::ImageButton* find_previous_button_; 134 views::ImageButton* find_previous_button_;
135 views::ImageButton* find_next_button_; 135 views::ImageButton* find_next_button_;
136 views::ImageButton* close_button_; 136 views::ImageButton* close_button_;
137 137
138 // The preferred height of the find bar. 138 // The preferred height of the find bar.
139 int preferred_height_; 139 int preferred_height_;
140 140
141 // The background image for the Find text box, which we draw behind the Find 141 // The background image for the Find text box, which we draw behind the Find
142 // box to provide the Chrome look to the edge of the text box. 142 // box to provide the Chrome look to the edge of the text box.
143 const SkBitmap* text_box_background_; 143 const gfx::ImageSkia* text_box_background_;
144 144
145 // The rounded edge on the left side of the Find text box. 145 // The rounded edge on the left side of the Find text box.
146 const SkBitmap* text_box_background_left_; 146 const gfx::ImageSkia* text_box_background_left_;
147 147
148 DISALLOW_COPY_AND_ASSIGN(FindBarView); 148 DISALLOW_COPY_AND_ASSIGN(FindBarView);
149 }; 149 };
150 150
151 #endif // CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_ 151 #endif // CHROME_BROWSER_UI_VIEWS_FIND_BAR_VIEW_H_
OLDNEW
« 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