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

Unified Diff: cc/scheduler/scheduler.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: Fix comment. 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
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/scheduler/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 542438b34f1c7836ba2eda1c000ff3c908d75af6..4307b21f8a6f412ad36cb18e9cbfe90cd66c2db6 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -169,6 +169,7 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn {
}
void SetChildrenNeedBeginFrames(bool children_need_begin_frames);
+ void SetVideoNeedsBeginFrames(bool video_needs_begin_frames);
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval);
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/scheduler/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698