diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-15 23:41:12 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-15 23:41:12 +0000 |
commit | c5ca4531a4c62fc4a40041973dc4d4114cefc97f (patch) | |
tree | f5c7d2765d6cbe693afb354e617c7f47175b91e3 /views/widget/native_widget_gtk.h | |
parent | 300c0eae217a6d16026c53706d8b5364d9e0efd6 (diff) | |
download | chromium_src-c5ca4531a4c62fc4a40041973dc4d4114cefc97f.zip chromium_src-c5ca4531a4c62fc4a40041973dc4d4114cefc97f.tar.gz chromium_src-c5ca4531a4c62fc4a40041973dc4d4114cefc97f.tar.bz2 |
Rename InActiveChagned to OnActiveChanged to follow standard naming scheme.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7384017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget_gtk.h')
-rw-r--r-- | views/widget/native_widget_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h index 951bcac..bca6c24 100644 --- a/views/widget/native_widget_gtk.h +++ b/views/widget/native_widget_gtk.h @@ -92,7 +92,7 @@ class NativeWidgetGtk : public internal::NativeWidgetPrivate, void DoDrag(const OSExchangeData& data, int operation); // Invoked when the active status changes. - virtual void IsActiveChanged(); + virtual void OnActiveChanged(); // Sets the drop target to NULL. This is invoked by DropTargetGTK when the // drop is done. |