Index: chrome/browser/cocoa/fullscreen_controller.h |
diff --git a/chrome/browser/cocoa/fullscreen_controller.h b/chrome/browser/cocoa/fullscreen_controller.h |
index 9d824b3ec94ab1d098c5b83cd45c083667989f17..4b83595de489ac69fe4099a54d1d2e6da919ad60 100644 |
--- a/chrome/browser/cocoa/fullscreen_controller.h |
+++ b/chrome/browser/cocoa/fullscreen_controller.h |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/cocoa/location_bar_view_mac.h" |
@class BrowserWindowController; |
+@class DropdownAnimation; |
// Provides a controller to manage fullscreen mode for a single browser window. |
// This class handles running animations, showing and hiding the floating |
@@ -46,7 +47,7 @@ |
// Pointer to the currently running animation. Is nil if no animation is |
// running. |
- scoped_nsobject<NSAnimation> currentAnimation_; |
+ scoped_nsobject<DropdownAnimation> currentAnimation_; |
// Timers for scheduled showing/hiding of the bar (which are always done with |
// animation). |