Remove cc:LayerTreeHostImpl::IsContextLost.
commitb71e30c90d27b6af56e80db25236019d007b8055
authordneto <dneto@chromium.org>
Mon, 25 Aug 2014 23:27:20 +0000 (25 16:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 25 Aug 2014 23:39:35 +0000 (25 23:39 +0000)
tree41dda49f146fd4385ae2ce810b495238be827b2c
parent5f3f02eac7c8f32606a2913d204c9e46e550136b
Remove cc:LayerTreeHostImpl::IsContextLost.

The LTHI always notifies the scheduler of context loss.
The single thread proxy no longer asks LTHI if the
context is lost.  In-flight composite actions just go
ahead and draw.

BUG=402511

Review URL: https://codereview.chromium.org/505713004

Cr-Commit-Position: refs/heads/master@{#291783}
cc/trees/layer_tree_host_impl.cc
cc/trees/layer_tree_host_impl.h
cc/trees/layer_tree_host_impl_unittest.cc
cc/trees/single_thread_proxy.cc