summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control_win.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 06:02:19 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 06:02:19 +0000
commit17dee5e7005a82e08d11be50d56477939124a6b7 (patch)
tree7133a5d7a086ce238057cb82e0e81d332dafba8f /views/controls/native_control_win.h
parentbf0136d62bfe02f57821ce026c04b6e8204eb482 (diff)
downloadchromium_src-17dee5e7005a82e08d11be50d56477939124a6b7.zip
chromium_src-17dee5e7005a82e08d11be50d56477939124a6b7.tar.gz
chromium_src-17dee5e7005a82e08d11be50d56477939124a6b7.tar.bz2
Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match the NativeControl pattern established for NativeButtons. NativeViewHost is a platform-neutral class that clients instantiate. Behind the scenes the platform instantiates the appropriate NativeViewHostWrapper implementation, either NativeViewHostGtk (as before) or NativeViewHostWin (replaces HWNDView).
BUG=none TEST=none Review URL: http://codereview.chromium.org/114059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/native_control_win.h')
-rw-r--r--views/controls/native_control_win.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/controls/native_control_win.h b/views/controls/native_control_win.h
index 6f9923f..eee4ded8 100644
--- a/views/controls/native_control_win.h
+++ b/views/controls/native_control_win.h
@@ -5,12 +5,12 @@
#ifndef VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
#define VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
-#include "views/controls/hwnd_view.h"
+#include "views/controls/native/native_view_host.h"
namespace views {
// A View that hosts a native Windows control.
-class NativeControlWin : public HWNDView {
+class NativeControlWin : public NativeViewHost {
public:
static const wchar_t* kNativeControlWinKey;
@@ -60,7 +60,7 @@ class NativeControlWin : public HWNDView {
// MUST be called by the subclass implementation of |CreateNativeControl|
// immediately after creating the control HWND, otherwise it won't be attached
- // to the HWNDView and will be effectively orphaned.
+ // to the NativeViewHost and will be effectively orphaned.
virtual void NativeControlCreated(HWND native_control);
// Returns additional extended style flags. When subclasses call