diff options
Diffstat (limited to 'ui/views/widget/widget.h')
-rw-r--r-- | ui/views/widget/widget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h index ce14d7c..c273192 100644 --- a/ui/views/widget/widget.h +++ b/ui/views/widget/widget.h @@ -169,10 +169,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, explicit InitParams(Type type); ~InitParams(); - // Will return the first of the following that isn't NULL: the native view, - // |parent|, |context|. - gfx::NativeView GetContext() const; - Type type; // If NULL, a default implementation will be constructed. WidgetDelegate* delegate; |