| Index: cc/test/fake_layer_tree_host_impl_client.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.cc b/cc/test/fake_layer_tree_host_impl_client.cc
|
| index e8e382d68f8cf6a775fa31e3892d192d66a6c1de..29a4d83ba263d771d079d338d5cae3d04aae0ec0 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "cc/animation/animation_events.h"
|
| #include "cc/test/fake_layer_tree_host_impl_client.h"
|
|
|
| namespace cc {
|
| @@ -10,4 +11,7 @@ bool FakeLayerTreeHostImplClient::IsInsideDraw() {
|
| return false;
|
| }
|
|
|
| +void FakeLayerTreeHostImplClient::PostAnimationEventsToMainThreadOnImplThread(
|
| + scoped_ptr<AnimationEvents> events) {}
|
| +
|
| } // namespace cc
|
|
|