summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_gtk.cc')
-rw-r--r--views/window/window_gtk.cc5
1 files changed, 5 insertions, 0 deletions
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);