| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index f59108087c69209783a0f69da546abbd31e5df69..dc704f9bf9b4ade3f4fa74d1a245a49f06c863ea 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -22,6 +22,7 @@
|
| namespace cc {
|
|
|
| class CompletionEvent;
|
| +class CompositorFrameMetadata;
|
| class DebugRectHistory;
|
| class FrameRateCounter;
|
| class LayerImpl;
|
| @@ -170,6 +171,7 @@ public:
|
| virtual void setManagedMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE;
|
| virtual void enforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE;
|
| virtual bool hasImplThread() const OVERRIDE;
|
| + virtual CompositorFrameMetadata makeCompositorFrameMetadata() const OVERRIDE;
|
|
|
| // TileManagerClient implementation.
|
| virtual void ScheduleManageTiles() OVERRIDE;
|
|
|