diff options
Diffstat (limited to 'chrome/views/custom_frame_view.h')
-rw-r--r-- | chrome/views/custom_frame_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/custom_frame_view.h b/chrome/views/custom_frame_view.h index 2a47c73..db366a9 100644 --- a/chrome/views/custom_frame_view.h +++ b/chrome/views/custom_frame_view.h @@ -87,8 +87,8 @@ class CustomFrameView : public NonClientFrameView, // Returns the resource collection to be used when rendering the window. WindowResources* resources() const { - return frame_->IsActive() || paint_as_active() ? active_resources_ - : inactive_resources_; + return frame_->is_active() || paint_as_active() ? active_resources_ + : inactive_resources_; } // The bounds of the client view, in this view's coordinates. |