| Index: gfx/gtk_native_view_id_manager.cc
|
| diff --git a/gfx/gtk_native_view_id_manager.cc b/gfx/gtk_native_view_id_manager.cc
|
| index 91407283a01272f66cad19be08fc375caa766c01..0cb96df517642e643dfdd6b9a049551ec72df90a 100644
|
| --- a/gfx/gtk_native_view_id_manager.cc
|
| +++ b/gfx/gtk_native_view_id_manager.cc
|
| @@ -38,6 +38,9 @@ static void OnDestroy(GtkObject* obj, void* arg) {
|
| GtkNativeViewManager::GtkNativeViewManager() {
|
| }
|
|
|
| +GtkNativeViewManager::~GtkNativeViewManager() {
|
| +}
|
| +
|
| gfx::NativeViewId GtkNativeViewManager::GetIdForWidget(gfx::NativeView widget) {
|
| // This is just for unit tests:
|
| if (!widget)
|
|
|