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

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.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/views/ash/panel_view_aura.cc
diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
index 5e2329121e0f5cfc4c7a923c61b43a6a72a2a8ad..fdc6b23348255eaf76856b029209d30bb9a74fe4 100644
--- a/chrome/browser/ui/views/ash/panel_view_aura.cc
+++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
@@ -448,10 +448,6 @@ void PanelViewAura::SetBounds(const gfx::Rect& bounds) {
GetWidget()->SetBounds(bounds);
}
-void PanelViewAura::SetDraggableRegion(SkRegion* region) {
- NOTIMPLEMENTED();
-}
-
void PanelViewAura::FlashFrame(bool flash) {
// TODO(stevenjb): Implement
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698