| Index: gfx/native_widget_types_gtk.cc
|
| diff --git a/gfx/native_widget_types_gtk.cc b/gfx/native_widget_types_gtk.cc
|
| index 097af2bbff6b03c9a57179b90eabffa7eb42140e..ccf428c7d647bc5220721469f46e520e6aa58545 100644
|
| --- a/gfx/native_widget_types_gtk.cc
|
| +++ b/gfx/native_widget_types_gtk.cc
|
| @@ -9,7 +9,7 @@
|
| namespace gfx {
|
|
|
| NativeViewId IdFromNativeView(NativeView view) {
|
| - return Singleton<GtkNativeViewManager>()->GetIdForWidget(view);
|
| + return GtkNativeViewManager::GetInstance()->GetIdForWidget(view);
|
| }
|
|
|
| } // namespace gfx
|
|
|