Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 2c4d3a89a4c0c7ae7f8c42169ca3242287385cdc..99f0c5a0c6b9b4b3b9ac6f85f566435cfc9f5801 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -232,6 +232,11 @@ void SingleThreadProxy::SetNeedsRedraw(gfx::Rect damage_rect) { |
SetNeedsRedrawRectOnImplThread(damage_rect); |
} |
+void SingleThreadProxy::NotifyReadyToActivate() { |
+ // Thread-only feature. |
+ NOTREACHED(); |
+} |
+ |
void SingleThreadProxy::OnHasPendingTreeStateChanged(bool have_pending_tree) { |
// Thread-only feature. |
NOTREACHED(); |