summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_impl.cc')
-rw-r--r--cc/layer_impl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
index fadcf04..f1555c1 100644
--- a/cc/layer_impl.cc
+++ b/cc/layer_impl.cc
@@ -65,13 +65,11 @@ LayerImpl::LayerImpl(int id)
#endif
, m_layerAnimationController(LayerAnimationController::create(this))
{
- DCHECK(Proxy::isImplThread());
DCHECK(m_layerId > 0);
}
LayerImpl::~LayerImpl()
{
- DCHECK(Proxy::isImplThread());
#ifndef NDEBUG
DCHECK(!m_betweenWillDrawAndDidDraw);
#endif