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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.h

Issue 952793002: Mac: Make ui/base/cocoa WindowAnimator Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 10 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 | chrome/browser/ui/app_list/app_list_service_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_mac.h
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
index 24090c855f86b738d4366f2969f8f0f4dc56134a..39e822b561e7574504dc59f0ae1ae61934a0a3c4 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.h
+++ b/chrome/browser/ui/app_list/app_list_service_mac.h
@@ -14,9 +14,9 @@
class AppListControllerDelegateImpl;
-@class AppListAnimationController;
@class AppListWindowController;
template <typename T> struct DefaultSingletonTraits;
+@class WindowAnimationController;
namespace gfx {
class Display;
@@ -53,7 +53,6 @@ class AppListServiceMac : public AppListServiceImpl,
NSPoint* start_origin);
void ShowWindowNearDock();
- void WindowAnimationDidEnd();
void InitWithProfilePath(Profile* initial_profile,
const base::FilePath& profile_path);
@@ -92,7 +91,7 @@ class AppListServiceMac : public AppListServiceImpl,
AppListServiceMac();
base::scoped_nsobject<AppListWindowController> window_controller_;
- base::scoped_nsobject<AppListAnimationController> animation_controller_;
+ base::scoped_nsobject<WindowAnimationController> animation_controller_;
base::scoped_nsobject<NSRunningApplication> previously_active_application_;
NSPoint last_start_origin_;
Profile* profile_;
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698