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

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: 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/scheduler/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 542438b34f1c7836ba2eda1c000ff3c908d75af6..758bbc9c00d9c8310c581c42cbbfb2be6e7c957b 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -172,6 +172,8 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn {
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval);
+ void SetVideoNeedsBeginFrames(bool video_needs_begin_frames);
brianderson 2015/04/16 01:42:23 Group with SetChildrenNeedBeginFrames?
sunnyps 2015/04/16 20:56:11 Done.
+
protected:
Scheduler(SchedulerClient* client,
const SchedulerSettings& scheduler_settings,

Powered by Google App Engine
This is Rietveld 408576698