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

Unified Diff: chrome/browser/ui/gtk/panels/panel_gtk.cc

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/gtk/panels/panel_gtk.cc
diff --git a/chrome/browser/ui/gtk/panels/panel_gtk.cc b/chrome/browser/ui/gtk/panels/panel_gtk.cc
index a665528d9cdf7882609a6a22ae317388904de277..524504799a793af85a28becc2481358e37918d06 100644
--- a/chrome/browser/ui/gtk/panels/panel_gtk.cc
+++ b/chrome/browser/ui/gtk/panels/panel_gtk.cc
@@ -326,6 +326,10 @@ bool PanelGtk::IsPanelMinimizedBySystem() const {
return false;
}
+void PanelGtk::SetPanelHasShadow(bool has_shadow) {
+ NOTIMPLEMENTED();
+}
+
void PanelGtk::UpdateWindowShape() {
int width = configure_size_.width();
int height = configure_size_.height();

Powered by Google App Engine
This is Rietveld 408576698