diff options
Diffstat (limited to 'chrome/views/window/custom_frame_view.h')
-rw-r--r-- | chrome/views/window/custom_frame_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window/custom_frame_view.h b/chrome/views/window/custom_frame_view.h index 6e39d3d..1170355 100644 --- a/chrome/views/window/custom_frame_view.h +++ b/chrome/views/window/custom_frame_view.h @@ -112,7 +112,7 @@ class CustomFrameView : public NonClientFrameView, static void InitClass(); static WindowResources* active_resources_; static WindowResources* inactive_resources_; - static ChromeFont title_font_; + static ChromeFont* title_font_; DISALLOW_EVIL_CONSTRUCTORS(CustomFrameView); }; |