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

Unified Diff: chrome/browser/ui/views/constrained_window_views.cc

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/constrained_window_views.cc
diff --git a/chrome/browser/ui/views/constrained_window_views.cc b/chrome/browser/ui/views/constrained_window_views.cc
index 0bb36ff277adb955711b6f2b4a31543f0cc17119..7f23ba608fac4fc1abfb765c047cedc9ad2fe2b2 100644
--- a/chrome/browser/ui/views/constrained_window_views.cc
+++ b/chrome/browser/ui/views/constrained_window_views.cc
@@ -61,7 +61,7 @@ namespace views {
class ClientView;
}
-// An enumeration of bitmap resources used by this window.
+// An enumeration of image resources used by this window.
enum {
FRAME_PART_IMAGE_FIRST = 0, // Must be first.
@@ -291,7 +291,7 @@ ConstrainedWindowFrameView::ConstrainedWindowFrameView(
InitWindowResources();
// Constrained windows always use the custom frame - they just have a
- // different set of bitmaps.
+ // different set of images.
container->set_frame_type(views::Widget::FRAME_TYPE_FORCE_CUSTOM);
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | chrome/browser/ui/views/detachable_toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698