Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: chrome/browser/ui/gtk/extensions/shell_window_gtk.cc

Issue 10822004: Draggable region support for frameless app window on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
index 5359588aebf16601400cdc7c718bb0f805e4ad63..f9fd4d75a3790b70705e7896d4e794e710690bce 100644
--- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
+++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
@@ -151,10 +151,6 @@ void ShellWindowGtk::SetBounds(const gfx::Rect& bounds) {
gtk_window_resize(window_, bounds.width(), bounds.height());
}
-void ShellWindowGtk::SetDraggableRegion(SkRegion* region) {
- // TODO: implement
-}
-
void ShellWindowGtk::FlashFrame(bool flash) {
gtk_window_set_urgency_hint(window_, flash);
}

Powered by Google App Engine
This is Rietveld 408576698