summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/views.gyp1
-rw-r--r--views/window/window_gtk.cc5
2 files changed, 5 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 1dfb9a1..5a3a2d8 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -258,7 +258,6 @@
'widget/aero_tooltip_manager.cc',
'widget/root_view_drop_target.cc',
'widget/tooltip_manager.cc',
- 'window/dialog_delegate.cc',
'window/dialog_client_view.cc',
'window/hit_test.cc',
'window/native_frame_view.cc',
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc
index 5455239..f27a771 100644
--- a/views/window/window_gtk.cc
+++ b/views/window/window_gtk.cc
@@ -25,6 +25,11 @@ Window* Window::CreateChromeWindow(gfx::NativeWindow parent,
return window;
}
+// static
+void Window::CloseAllSecondaryWindows() {
+ NOTIMPLEMENTED();
+}
+
gfx::Rect WindowGtk::GetBounds() const {
gfx::Rect bounds;
WidgetGtk::GetBounds(&bounds, true);