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

Unified Diff: ash/shell.h

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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 | « ash/metrics/user_metrics_recorder.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index b60908043b0f07d40c0c2f971139c55883b22732..05901aa8c73953b506a6074d935b4c5e100b490e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -127,6 +127,7 @@ class ProjectingObserver;
class ResizeShadowController;
class ResolutionNotificationController;
class RootWindowController;
+class ScopedOverviewAnimationSettingsFactoryAura;
class ScopedTargetRootWindow;
class ScreenAsh;
class ScreenOrientationController;
@@ -667,6 +668,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// when the screen is initially created.
static bool initially_hide_cursor_;
+ std::unique_ptr<ScopedOverviewAnimationSettingsFactoryAura>
+ scoped_overview_animation_settings_factory_;
std::unique_ptr<wm::WmGlobalsAura> wm_globals_;
// When no explicit target display/RootWindow is given, new windows are
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698