Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 65d7980cb47a4bcca06c5012c929a0721111183b..995bae04ee3b5d850bf1681cda64f0e80021c3f4 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -271,6 +271,11 @@ void SingleThreadProxy::OnCanDrawStateChanged(bool can_draw) { |
layer_tree_host_impl_->UpdateBackgroundAnimateTicking(!ShouldComposite()); |
} |
+void SingleThreadProxy::NotifyReadyToActivate() { |
+ // Thread-only feature. |
+ NOTREACHED(); |
+} |
+ |
void SingleThreadProxy::SetNeedsRedrawOnImplThread() { |
layer_tree_host_->ScheduleComposite(); |
} |