summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/constrained_window_views.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/constrained_window_views.cc')
-rw-r--r--chrome/browser/ui/views/constrained_window_views.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/constrained_window_views.cc b/chrome/browser/ui/views/constrained_window_views.cc
index 0bb36ff..7f23ba6 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();