| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 5bfbcfd63514a979daa9a1ef46986188834a7099..e05e45bbfeac56854e6a2bf8cb0b8714b918c225 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -26,7 +26,6 @@
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| -#include "ui/base/latency_info.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace cc {
|
| @@ -146,7 +145,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerImplList will_draw_layers;
|
| bool contains_incomplete_tile;
|
| bool has_no_damage;
|
| - ui::LatencyInfo latency_info;
|
|
|
| // RenderPassSink implementation.
|
| virtual void AppendRenderPass(scoped_ptr<RenderPass> render_pass) OVERRIDE;
|
| @@ -186,7 +184,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| virtual const LayerTreeSettings& Settings() const OVERRIDE;
|
| public:
|
| virtual void DidLoseOutputSurface() OVERRIDE;
|
| - virtual void OnSwapBuffersComplete() OVERRIDE;
|
| + virtual void OnSwapBuffersComplete(const CompositorFrameAck* ack) OVERRIDE;
|
| virtual void SetFullRootLayerDamage() OVERRIDE;
|
| virtual void SetManagedMemoryPolicy(const ManagedMemoryPolicy& policy)
|
| OVERRIDE;
|
| @@ -210,8 +208,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| base::TimeDelta interval) OVERRIDE;
|
| virtual void BeginFrame(base::TimeTicks frame_time)
|
| OVERRIDE;
|
| - virtual void OnSendFrameToParentCompositorAck(const CompositorFrameAck& ack)
|
| - OVERRIDE;
|
| virtual void SetExternalDrawConstraints(const gfx::Transform& transform,
|
| gfx::Rect viewport) OVERRIDE;
|
|
|
|
|