Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: views/controls/native_control.h

Issue 114059: Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/native/native_view_host_wrapper.h ('k') | views/controls/native_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/native_control.h
===================================================================
--- views/controls/native_control.h (revision 17161)
+++ views/controls/native_control.h (working copy)
@@ -15,7 +15,7 @@
namespace views {
-class HWNDView;
+class NativeViewHost;
class NativeControlContainer;
////////////////////////////////////////////////////////////////////////////////
@@ -111,7 +111,7 @@
// This variable is protected to provide subclassers direct access. However
// subclassers should always check for NULL since this variable is only
// initialized in ValidateNativeControl().
- HWNDView* hwnd_view_;
+ NativeViewHost* hwnd_view_;
// Fixed size information. -1 for a size means no fixed size.
int fixed_width_;
« no previous file with comments | « views/controls/native/native_view_host_wrapper.h ('k') | views/controls/native_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698