| Index: views/controls/native/native_view_host_gtk.h
|
| ===================================================================
|
| --- views/controls/native/native_view_host_gtk.h (revision 18458)
|
| +++ views/controls/native/native_view_host_gtk.h (working copy)
|
| @@ -20,11 +20,6 @@
|
| explicit NativeViewHostGtk(NativeViewHost* host);
|
| virtual ~NativeViewHostGtk();
|
|
|
| - // Sets and retrieves the View associated with a particular widget.
|
| - // TODO(beng): move to NativeViewHost, and have take gfx::NativeViews.
|
| - static View* GetViewForNative(GtkWidget* widget);
|
| - static void SetViewForNative(GtkWidget* widget, View* view);
|
| -
|
| // Overridden from NativeViewHostWrapper:
|
| virtual void NativeViewAttached();
|
| virtual void NativeViewDetaching();
|
| @@ -49,7 +44,7 @@
|
| gulong destroy_signal_id_;
|
|
|
| // Invoked from the 'destroy' signal.
|
| - static void CallDestroy(GtkObject* object);
|
| + static void CallDestroy(GtkObject* object, NativeViewHostGtk* host);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NativeViewHostGtk);
|
| };
|
|
|
| Property changes on: views/controls/native/native_view_host_gtk.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|