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

Unified Diff: chrome/browser/ui/panels/panel.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/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index a2e1eb0d016b966f6fa78dae72c1ec36256d7a06..de62398f50cc4087f777b791b8b7ff79873ab3df 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -429,9 +429,6 @@ bool Panel::IsActive() const {
return native_panel_->IsPanelActive();
}
-void Panel::SetDraggableRegion(SkRegion* region) {
-}
-
void Panel::FlashFrame(bool draw_attention) {
if (IsDrawingAttention() == draw_attention || !panel_strip_)
return;

Powered by Google App Engine
This is Rietveld 408576698