Chromium Code Reviews

Unified Diff: chrome/browser/views/dom_view.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/constrained_window_impl.cc ('k') | chrome/browser/views/dom_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/dom_view.h
===================================================================
--- chrome/browser/views/dom_view.h (revision 17161)
+++ chrome/browser/views/dom_view.h (working copy)
@@ -10,14 +10,14 @@
#include "base/scoped_ptr.h"
#include "googleurl/src/gurl.h"
-#include "views/controls/hwnd_view.h"
+#include "views/controls/native/native_view_host.h"
#include "views/event.h"
class Profile;
class SiteInstance;
class TabContents;
-class DOMView : public views::HWNDView {
+class DOMView : public views::NativeViewHost {
public:
// Construct a DOMView to display the given data: URL.
explicit DOMView();
« no previous file with comments | « chrome/browser/views/constrained_window_impl.cc ('k') | chrome/browser/views/dom_view.cc » ('j') | no next file with comments »

Powered by Google App Engine