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

Unified Diff: ash/system/status_area_widget_delegate.h

Issue 251193004: Animate the OverviewButtonTray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Animate Container of the tray items Created 6 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 | « no previous file | ash/system/status_area_widget_delegate.cc » ('j') | ash/system/status_area_widget_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget_delegate.h
diff --git a/ash/system/status_area_widget_delegate.h b/ash/system/status_area_widget_delegate.h
index 8dd32025a0c43cf8d1f9252224779744b1526450..740270b7a36dffd860dd849021fe3706ef869d2c 100644
--- a/ash/system/status_area_widget_delegate.h
+++ b/ash/system/status_area_widget_delegate.h
@@ -12,6 +12,11 @@
#include "ui/views/accessible_pane_view.h"
#include "ui/views/widget/widget_delegate.h"
+namespace ui {
+class Layer;
+class ScopedLayerAnimationSettings;
+} // namespace ui
+
namespace ash {
class FocusCycler;
@@ -54,6 +59,8 @@ class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView,
private:
void UpdateWidgetSize();
+ ui::ScopedLayerAnimationSettings* SetupAnimationForLayer(ui::Layer* layer);
+
const FocusCycler* focus_cycler_for_testing_;
ShelfAlignment alignment_;
« no previous file with comments | « no previous file | ash/system/status_area_widget_delegate.cc » ('j') | ash/system/status_area_widget_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698