| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 3a26a079ec6e62881b96c36cb0344a5335c71f97..c8a181019ed36e1009b665b8a7b537941d390cca 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -235,6 +235,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();
|
|
|