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

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') | no next file with comments »
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..4a9e9684b5e9662ab4e45ec8817c120af178405c 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-window transparent header appearance feature.
+ static void SetSoloWindowHeadersEnabled(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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698