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

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: 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/gtk/panels/panel_gtk.h ('k') | chrome/browser/ui/panels/detached_panel_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..19a597cbac4c5585912c6dd3431bf127320afa6c 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::ShowShadow(bool show) {
+ NOTIMPLEMENTED();
+}
+
void PanelGtk::UpdateWindowShape() {
int width = configure_size_.width();
int height = configure_size_.height();
« no previous file with comments | « chrome/browser/ui/gtk/panels/panel_gtk.h ('k') | chrome/browser/ui/panels/detached_panel_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698