| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 4793cc5ecf5c27d3458a870230af7569bea5d5c0..6a8d749300f2cca35487fb3ae6b0a561ea5231eb 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1258,6 +1258,10 @@ void ThreadProxy::SetChildrenNeedBeginFrames(bool children_need_begin_frames) {
|
| NOTREACHED() << "Only used by SingleThreadProxy";
|
| }
|
|
|
| +void ThreadProxy::SetAuthoritativeVSyncInterval(base::TimeDelta interval) {
|
| + NOTREACHED() << "Only used by SingleThreadProxy";
|
| +}
|
| +
|
| void ThreadProxy::MainFrameWillHappenOnImplThreadForTesting(
|
| CompletionEvent* completion,
|
| bool* main_frame_will_happen) {
|
|
|