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

Unified Diff: cc/blink/web_to_cc_animation_delegate_adapter.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 | « cc/blink/web_animation_impl.cc ('k') | cc/blink/web_to_cc_animation_delegate_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_to_cc_animation_delegate_adapter.h
diff --git a/cc/blink/web_to_cc_animation_delegate_adapter.h b/cc/blink/web_to_cc_animation_delegate_adapter.h
index ac894a0e79849bf2f5ef28fed6dc80bb88986a9a..2f7897b6bf4c5ca825dbf40af91741acae7fe074 100644
--- a/cc/blink/web_to_cc_animation_delegate_adapter.h
+++ b/cc/blink/web_to_cc_animation_delegate_adapter.h
@@ -8,7 +8,10 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "cc/animation/animation_delegate.h"
-#include "third_party/WebKit/public/platform/WebCompositorAnimationDelegate.h"
+
+namespace blink {
+class WebCompositorAnimationDelegate;
+}
namespace cc_blink {
« no previous file with comments | « cc/blink/web_animation_impl.cc ('k') | cc/blink/web_to_cc_animation_delegate_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698