Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index ff2ea9004141b4df8e91fc3de8bef8b2fde96f11..013d902326cfcb741779db1001dcf7a41aa7a721 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -228,7 +228,7 @@ void SingleThreadProxy::DoCommit() { |
layer_tree_host_impl_->CommitComplete(); |
-#if DCHECK_IS_ON |
+#if !DCHECK_IS_OFF |
// In the single-threaded case, the scale and scroll deltas should never be |
// touched on the impl layer tree. |
scoped_ptr<ScrollAndScaleSet> scroll_info = |