| Index: gfx/gtk_native_view_id_manager.h
|
| diff --git a/gfx/gtk_native_view_id_manager.h b/gfx/gtk_native_view_id_manager.h
|
| index b53d494286cb44071b51375ff3ba681a6c2278e3..0a90e2f344ee47a1ab507bb5e9d392532c96def4 100644
|
| --- a/gfx/gtk_native_view_id_manager.h
|
| +++ b/gfx/gtk_native_view_id_manager.h
|
| @@ -69,6 +69,7 @@ class GtkNativeViewManager {
|
| private:
|
| // This object is a singleton:
|
| GtkNativeViewManager();
|
| + ~GtkNativeViewManager();
|
| friend struct DefaultSingletonTraits<GtkNativeViewManager>;
|
|
|
| struct NativeViewInfo {
|
|
|