| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index cb669abdf10791e58bc64293a704c216fe8a2bb2..1f08b8988b4c31cb0cdcafdd4f7b363d0e1159ee 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -352,11 +352,6 @@ void SingleThreadProxy::Stop() {
|
| layer_tree_host_ = NULL;
|
| }
|
|
|
| -void SingleThreadProxy::OnResourcelessSoftareDrawStateChanged(
|
| - bool resourceless_draw) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| void SingleThreadProxy::OnCanDrawStateChanged(bool can_draw) {
|
| TRACE_EVENT1(
|
| "cc", "SingleThreadProxy::OnCanDrawStateChanged", "can_draw", can_draw);
|
| @@ -498,7 +493,8 @@ void SingleThreadProxy::DidSwapBuffersCompleteOnImplThread() {
|
| layer_tree_host_->DidCompleteSwapBuffers();
|
| }
|
|
|
| -void SingleThreadProxy::OnDrawForOutputSurface() {
|
| +void SingleThreadProxy::OnDrawForOutputSurface(
|
| + bool resourceless_software_draw) {
|
| NOTREACHED() << "Implemented by ThreadProxy for synchronous compositor.";
|
| }
|
|
|
|
|