diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 21:24:42 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 21:24:42 +0000 |
commit | a04f125f5fe5bbc56a3feaac4121a29452becedf (patch) | |
tree | 5121b9ab8c64747b940babce8f962ac70e1b1fc9 /chrome/views/custom_frame_view.h | |
parent | b19f1cd7bf78c0d8cf23483d4bbf82466d93372e (diff) | |
download | chromium_src-a04f125f5fe5bbc56a3feaac4121a29452becedf.zip chromium_src-a04f125f5fe5bbc56a3feaac4121a29452becedf.tar.gz chromium_src-a04f125f5fe5bbc56a3feaac4121a29452becedf.tar.bz2 |
revert
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11671 0039d316-1c4b-4281-b951-d872f2087c98
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. |