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

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 13853010: Make panels turn on or off shadow effect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index f3548a6d2ef2dbbb5cccba8bb9f27aacdcdcf30e..7803d1ec80ab493caeb017019950162e482cf959 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -305,6 +305,9 @@ class Panel : public BaseWindow,
bool IsMinimizedBySystem() const;
+ // Turns on/off the shadow effect around the window shape.
+ void SetHasShadow(bool has_shadow);
Dmitry Titov 2013/04/16 23:26:47 This can be the same name as in NativePanel, right
jianli 2013/04/16 23:46:03 Done.
+
protected:
// Panel can only be created using PanelManager::CreatePanel() or subclass.
// |app_name| is the default title for Panels when the page content does not

Powered by Google App Engine
This is Rietveld 408576698