Index: chrome/browser/ui/panels/native_panel.h |
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h |
index c8494002cd475a7d034b1e857dc6c0a33a6ac89a..c05d21525425955870426dfd6e43a21a7bef1c38 100644 |
--- a/chrome/browser/ui/panels/native_panel.h |
+++ b/chrome/browser/ui/panels/native_panel.h |
@@ -88,6 +88,9 @@ class NativePanel { |
// iconic. |
virtual bool IsPanelMinimizedBySystem() const = 0; |
+ // Turns on/off the shadow effect around the window shape. |
+ virtual void ShowShadow(bool show) = 0; |
+ |
// Create testing interface for native panel. (Keep this last to separate |
// it from regular API.) |
virtual NativePanelTesting* CreateNativePanelTesting() = 0; |