| 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..fd36a6cc67b380bf729400461bee9de3b9ecd24b 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -236,6 +236,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();
|
|
|