Chromium Code Reviews| Index: views/controls/native/native_view_host_gtk.h |
| diff --git a/views/controls/native/native_view_host_gtk.h b/views/controls/native/native_view_host_gtk.h |
| index 0ecfd991100cf4ff5393fc0d65adb005de524c5b..afb3532973923cd938fdce25b4c60977afafd220 100644 |
| --- a/views/controls/native/native_view_host_gtk.h |
| +++ b/views/controls/native/native_view_host_gtk.h |
| @@ -86,6 +86,9 @@ class NativeViewHostGtk : public NativeViewHostWrapper { |
| // clipping). |
| GtkWidget* fixed_; |
| + // The native view contained within fixed_. |
| + GtkWidget* host_widget_; |
|
sky
2011/07/01 20:00:38
How come you need to cache this? If it's because o
DaveMoore
2011/07/01 20:13:34
This is cached because by the time of the destruct
|
| + |
| DISALLOW_COPY_AND_ASSIGN(NativeViewHostGtk); |
| }; |