| Index: chrome/browser/views/frame/glass_browser_frame_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/glass_browser_frame_view.cc (revision 10992)
|
| +++ chrome/browser/views/frame/glass_browser_frame_view.cc (working copy)
|
| @@ -67,7 +67,8 @@
|
|
|
| GlassBrowserWindowResources* GlassBrowserFrameView::resources_ = NULL;
|
| SkBitmap* GlassBrowserFrameView::distributor_logo_ = NULL;
|
| -HICON GlassBrowserFrameView::throbber_icons_[GlassBrowserFrameView::kThrobberIconCount];
|
| +HICON GlassBrowserFrameView::throbber_icons_[
|
| + GlassBrowserFrameView::kThrobberIconCount];
|
|
|
| namespace {
|
| // There are 3 px of client edge drawn inside the outer frame borders.
|
|
|