| 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 9c5ae5b925edc2a8d29ebc5ba9c5130408a602eb..f1424d5e1db98cceef35fcaef88bfd583b6bf2cc 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 {
|
| @@ -144,7 +143,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;
|
| @@ -184,7 +182,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;
|
| @@ -208,8 +206,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;
|
|
|
|
|