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

Unified Diff: components/surfaces/surfaces_scheduler.cc

Issue 1111743002: cc: Adding DidFinishImplFrame to LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing surfaces_scheduler. Created 5 years, 7 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 | « components/surfaces/surfaces_scheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/surfaces_scheduler.cc
diff --git a/components/surfaces/surfaces_scheduler.cc b/components/surfaces/surfaces_scheduler.cc
index 05b77d9f4253b6d3c23fdde1110e23c38ffe4291..ed75ad9d37be65fb6ae7c5a59d292fa73327d27f 100644
--- a/components/surfaces/surfaces_scheduler.cc
+++ b/components/surfaces/surfaces_scheduler.cc
@@ -48,6 +48,9 @@ void SurfacesScheduler::RemoveDisplay(cc::Display* display) {
void SurfacesScheduler::WillBeginImplFrame(const cc::BeginFrameArgs& args) {
}
+void SurfacesScheduler::DidFinishImplFrame() {
+}
+
void SurfacesScheduler::ScheduledActionSendBeginMainFrame() {
scheduler_->NotifyBeginMainFrameStarted();
scheduler_->NotifyReadyToCommit();
@@ -103,9 +106,6 @@ base::TimeDelta SurfacesScheduler::CommitToActivateDurationEstimate() {
return base::TimeDelta();
}
-void SurfacesScheduler::DidBeginImplFrameDeadline() {
-}
-
void SurfacesScheduler::SendBeginFramesToChildren(
const cc::BeginFrameArgs& args) {
}
« no previous file with comments | « components/surfaces/surfaces_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698