Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 1af657a3d0ead51ef2076e2a3133121699e800f1..478ddeca1116ba7753dbf0cc90d8befeae246255 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -340,6 +340,9 @@ void SingleThreadProxy::NotifyReadyToActivate() { |
scheduler_on_impl_thread_->NotifyReadyToActivate(); |
} |
+void SingleThreadProxy::NotifyReadyToDraw() { |
+} |
+ |
void SingleThreadProxy::SetNeedsRedrawOnImplThread() { |
client_->ScheduleComposite(); |
if (scheduler_on_impl_thread_) |