Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index 9667e75d2cc755a1d9d96b6f489cc750ea14e06e..f0cded4f0b395a58ad85292a66f7b626af1a935f 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -231,6 +231,12 @@ void SingleThreadProxy::setNeedsRedraw() |
setNeedsCommit(); |
} |
+void SingleThreadProxy::setDeferCommits(bool deferCommits) |
+{ |
+ // Thread-only feature. |
+ NOTREACHED(); |
+} |
+ |
bool SingleThreadProxy::commitRequested() const |
{ |
return false; |