Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 4efb4015c9e4045d2ed5fd1cd172e173249a1b8b..b53b22d71a7ca1001dfacf7415263d1c7ea7b478 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1139,6 +1139,11 @@ void ThreadProxy::SendBeginFramesToChildren(const BeginFrameArgs& args) { |
NOTREACHED() << "Only used by SingleThreadProxy"; |
} |
+void ThreadProxy::SetAuthoritativeVSyncInterval( |
+ const base::TimeDelta& interval) { |
+ NOTREACHED() << "Only used by SingleThreadProxy"; |
+} |
+ |
void ThreadProxy::ReadyToFinalizeTextureUpdates() { |
DCHECK(IsImplThread()); |
impl().scheduler->NotifyReadyToCommit(); |