Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4031)

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1039533002: cc: Add support for sending BeginFrames for video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@misc_video_refactoring
Patch Set: Remove visibility updates. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
// ---------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698