summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_views.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/native_widget_views.cc')
-rw-r--r--views/widget/native_widget_views.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/views/widget/native_widget_views.cc b/views/widget/native_widget_views.cc
index f46f0e6..3f400c4 100644
--- a/views/widget/native_widget_views.cc
+++ b/views/widget/native_widget_views.cc
@@ -79,14 +79,6 @@ gfx::NativeWindow NativeWidgetViews::GetNativeWindow() const {
return GetParentNativeWidget()->GetNativeWindow();
}
-Window* NativeWidgetViews::GetContainingWindow() {
- return view_->GetWidget()->AsWindow();
-}
-
-const Window* NativeWidgetViews::GetContainingWindow() const {
- return view_->GetWidget()->AsWindow();
-}
-
void NativeWidgetViews::ViewRemoved(View* view) {
return GetParentNativeWidget()->ViewRemoved(view);
}
@@ -95,7 +87,7 @@ void NativeWidgetViews::SetNativeWindowProperty(const char* name, void* value) {
NOTIMPLEMENTED();
}
-void* NativeWidgetViews::GetNativeWindowProperty(const char* name) {
+void* NativeWidgetViews::GetNativeWindowProperty(const char* name) const {
NOTIMPLEMENTED();
return NULL;
}