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..95f90cddb79fa1fa958acc0c724757be73f557a4 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 SetPanelHasShadow(bool has_shadow) = 0; |
+ |
// Create testing interface for native panel. (Keep this last to separate |
// it from regular API.) |
virtual NativePanelTesting* CreateNativePanelTesting() = 0; |