| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 70f9809c781a615928caed553cfe816197b41623..9d9739042a33acf43c5158876a95f1c439a59647 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -47,6 +47,7 @@ class Proxy;
|
| class ResourceProvider;
|
| class TileManager;
|
| class UIResourceRequest;
|
| +class VideoFrameControllerClient;
|
| struct PendingPageScaleAnimation;
|
| struct RendererCapabilities;
|
| struct SelectionHandle;
|
| @@ -110,6 +111,7 @@ class CC_EXPORT LayerTreeImpl {
|
| BlockingTaskRunner* BlockingMainThreadTaskRunner() const;
|
| bool RequiresHighResToDraw() const;
|
| bool SmoothnessTakesPriority() const;
|
| + VideoFrameControllerClient* GetVideoFrameControllerClient() const;
|
|
|
| // Tree specific methods exposed to layer-impl tree.
|
| // ---------------------------------------------------------------------------
|
|
|