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

Unified Diff: cc/blink/web_animation_impl.h

Issue 421503002: Re-introduce forward declaration of WebCompositorAnimation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | cc/blink/web_animation_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_animation_impl.h
diff --git a/cc/blink/web_animation_impl.h b/cc/blink/web_animation_impl.h
index 49f4ea147d4ea3370891c359f711f320f3fec3ff..7b03196ee6547d66e98993b9d7ed359653363981 100644
--- a/cc/blink/web_animation_impl.h
+++ b/cc/blink/web_animation_impl.h
@@ -8,12 +8,15 @@
#include "base/memory/scoped_ptr.h"
#include "cc/blink/cc_blink_export.h"
#include "third_party/WebKit/public/platform/WebCompositorAnimation.h"
-#include "third_party/WebKit/public/platform/WebCompositorAnimationCurve.h"
namespace cc {
class Animation;
}
+namespace blink {
+class WebCompositorAnimationCurve;
+}
+
namespace cc_blink {
class WebCompositorAnimationImpl : public blink::WebCompositorAnimation {
« no previous file with comments | « no previous file | cc/blink/web_animation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698