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

Unified Diff: content/browser/web_contents/aura/overscroll_window_animation.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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
Index: content/browser/web_contents/aura/overscroll_window_animation.h
diff --git a/content/browser/web_contents/aura/overscroll_window_animation.h b/content/browser/web_contents/aura/overscroll_window_animation.h
index 878197803c49656c10a053481365ba0adbbdbfe3..f19e5f8bcc71a87ad29859f747024c1de51b3f2c 100644
--- a/content/browser/web_contents/aura/overscroll_window_animation.h
+++ b/content/browser/web_contents/aura/overscroll_window_animation.h
@@ -18,13 +18,11 @@ class Window;
namespace ui {
class Layer;
-class LayerAnimator;
}
namespace content {
class ShadowLayerDelegate;
-class WebContentsImpl;
// Manages the animation of a window sliding on top or behind another one. The
// main window, which is the one displayed before the animation starts, is not

Powered by Google App Engine
This is Rietveld 408576698