| 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 {
|
|
|
|
|