| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index c8e5829b22f1538d43c0c2f9c7db751f07a7d87a..71dba9062c419a78a4b384d6911865671ea23b7c 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -354,11 +354,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);
|
| @@ -500,7 +495,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.";
|
| }
|
|
|
|
|