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

Unified Diff: views/controls/native_control_gtk.cc

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_control_gtk.h ('k') | views/controls/native_control_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/native_control_gtk.cc
===================================================================
--- views/controls/native_control_gtk.cc (revision 17161)
+++ views/controls/native_control_gtk.cc (working copy)
@@ -10,7 +10,7 @@
namespace views {
-NativeControlGtk::NativeControlGtk() : NativeViewHostGtk() {
+NativeControlGtk::NativeControlGtk() {
}
NativeControlGtk::~NativeControlGtk() {
@@ -38,7 +38,7 @@
CreateNativeControl();
// Call the base class to hide the view if we're being removed.
- NativeViewHostGtk::ViewHierarchyChanged(is_add, parent, child);
+ NativeViewHost::ViewHierarchyChanged(is_add, parent, child);
}
void NativeControlGtk::VisibilityChanged(View* starting_from, bool is_visible) {
« no previous file with comments | « views/controls/native_control_gtk.h ('k') | views/controls/native_control_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698