diff options
Diffstat (limited to 'views/widget/native_widget.h')
-rw-r--r-- | views/widget/native_widget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/views/widget/native_widget.h b/views/widget/native_widget.h index 9ef9070..b7692f3 100644 --- a/views/widget/native_widget.h +++ b/views/widget/native_widget.h @@ -44,13 +44,6 @@ class NativeWidget { static NativeWidget* GetNativeWidgetForNativeWindow( gfx::NativeWindow native_window); -#if defined(OS_WIN) - // Debugging code to help track 77651. - static NativeWidget* GetTopLevelNativeWidgetWithReason( - gfx::NativeView native_view, - int* reason); -#endif - // Retrieves the top NativeWidget in the hierarchy containing the given // NativeView, or NULL if there is no NativeWidget that contains it. static NativeWidget* GetTopLevelNativeWidget(gfx::NativeView native_view); |