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

Unified Diff: ash/wm/frame_painter.h

Issue 23625007: Replace kIgnoreSoloWindowFramePointerPolicy with global flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | ash/wm/frame_painter.cc » ('j') | ash/wm/frame_painter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/frame_painter.h
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h
index 1f41c8ce333973c45d6da37db2dcdf2a33967e0f..309b82ef07840b5305351e0620d242f2d552a05f 100644
--- a/ash/wm/frame_painter.h
+++ b/ash/wm/frame_painter.h
@@ -72,6 +72,9 @@ class ASH_EXPORT FramePainter : public aura::WindowObserver,
views::View* window_icon,
FrameCaptionButtonContainerView* caption_button_container);
+ // Enable/Disable the solo-wnidow transparent header appearance.
James Cook 2013/09/04 18:25:21 wnidow -> window optional: Maybe "appearance feat
oshima 2013/09/04 18:30:56 done
+ static void SetSoloWindowHeaderEnabled(bool enabled);
+
// Updates the solo-window transparent header appearance for all windows
// using frame painters in |root_window|.
static void UpdateSoloWindowHeader(aura::RootWindow* root_window);
« no previous file with comments | « no previous file | ash/wm/frame_painter.cc » ('j') | ash/wm/frame_painter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698