summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_view.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 21:24:42 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 21:24:42 +0000
commita04f125f5fe5bbc56a3feaac4121a29452becedf (patch)
tree5121b9ab8c64747b940babce8f962ac70e1b1fc9 /chrome/views/custom_frame_view.h
parentb19f1cd7bf78c0d8cf23483d4bbf82466d93372e (diff)
downloadchromium_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.h4
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.