diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 14:43:12 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 14:43:12 +0000 |
commit | 2fc6672f21decd142da98665de2a0330b2e0ac57 (patch) | |
tree | 52246ce158462b88cd4cc8cad667eb28a039e2b3 /views/controls/native_control_win.h | |
parent | e8491289e4313d396ea9e1522209c1305d60a227 (diff) | |
download | chromium_src-2fc6672f21decd142da98665de2a0330b2e0ac57.zip chromium_src-2fc6672f21decd142da98665de2a0330b2e0ac57.tar.gz chromium_src-2fc6672f21decd142da98665de2a0330b2e0ac57.tar.bz2 |
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
BUG=72040
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/7039050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/native_control_win.h')
-rw-r--r-- | views/controls/native_control_win.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/controls/native_control_win.h b/views/controls/native_control_win.h index 8b446b5..5d7e949 100644 --- a/views/controls/native_control_win.h +++ b/views/controls/native_control_win.h @@ -44,7 +44,7 @@ class NativeControlWin : public ChildWindowMessageProcessor, virtual void VisibilityChanged(View* starting_from, bool is_visible); virtual void OnFocus(); - // Called by the containing WidgetWin when a WM_CONTEXTMENU message is + // Called by the containing NativeWidgetWin when a WM_CONTEXTMENU message is // received from the HWND created by an object derived from NativeControlWin. virtual void ShowContextMenu(const gfx::Point& location); @@ -75,9 +75,9 @@ class NativeControlWin : public ChildWindowMessageProcessor, private: typedef ScopedVector<ui::ViewProp> ViewProps; - // Called by the containing WidgetWin when a message of type WM_CTLCOLORBTN or - // WM_CTLCOLORSTATIC is sent from the HWND created by an object dreived from - // NativeControlWin. + // Called by the containing NativeWidgetWin when a message of type + // WM_CTLCOLORBTN or WM_CTLCOLORSTATIC is sent from the HWND created by an + // object derived from NativeControlWin. LRESULT GetControlColor(UINT message, HDC dc, HWND sender); // Our subclass window procedure for the attached control. |