Index: ash/wm/frame_painter.h |
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h |
index e02ca0465dc67dca5431d6a59fcf542c4a9fc089..547c35d759401e27bedff813221de178cd2eeb7b 100644 |
--- a/ash/wm/frame_painter.h |
+++ b/ash/wm/frame_painter.h |
@@ -170,6 +170,9 @@ class ASH_EXPORT FramePainter : public aura::WindowObserver, |
// Adjust frame operations for left / right maximized modes. |
int AdjustFrameHitCodeForMaximizedModes(int hit_code); |
+ // Returns true if the user is cycling through workspaces. |
+ bool IsCyclingThroughWorkspaces() const; |
+ |
// Returns true if |window_| is exactly one visible, normal-type window in |
// |window_->GetRootWindow()|, in which case we should paint a transparent |
// window header. |