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

Unified Diff: chrome/browser/cocoa/fullscreen_controller.h

Issue 2836002: Clang/mac: Declare stuff before using it. (Closed)
Patch Set: doh Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698