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

Unified Diff: chrome/browser/ui/views/panels/panel_view.h

Issue 13853010: Make panels turn on or off shadow effect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback 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
« no previous file with comments | « chrome/browser/ui/panels/stacked_panel_collection.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/panels/panel_view.h
diff --git a/chrome/browser/ui/views/panels/panel_view.h b/chrome/browser/ui/views/panels/panel_view.h
index b3c19213396af496562bd10ac6bcc67bdc1e0e49..9f39a749c78c80d717fc317e6c713747f33c2615 100644
--- a/chrome/browser/ui/views/panels/panel_view.h
+++ b/chrome/browser/ui/views/panels/panel_view.h
@@ -80,6 +80,7 @@ class PanelView : public NativePanel,
virtual int TitleOnlyHeight() const OVERRIDE;
virtual void MinimizePanelBySystem() OVERRIDE;
virtual bool IsPanelMinimizedBySystem() const OVERRIDE;
+ virtual void ShowShadow(bool show) OVERRIDE;
virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE;
// Overridden from views::View:
« no previous file with comments | « chrome/browser/ui/panels/stacked_panel_collection.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698