提交 2f799869 编写于 作者: A Adam Barth

Remove DCHECK

This DCHECK is triggering due to my recent change. Remove it while I debug.
上级 93b7b46c
...@@ -65,7 +65,6 @@ void Animator::BeginFrame() { ...@@ -65,7 +65,6 @@ void Animator::BeginFrame() {
skia::RefPtr<SkPicture> picture = engine_->Paint(); skia::RefPtr<SkPicture> picture = engine_->Paint();
outstanding_draw_requests_++; outstanding_draw_requests_++;
DCHECK(outstanding_draw_requests_ <= kPipelineDepth);
config_.gpu_task_runner->PostTaskAndReply( config_.gpu_task_runner->PostTaskAndReply(
FROM_HERE, FROM_HERE,
base::Bind(&GPUDelegate::Draw, config_.gpu_delegate, picture), base::Bind(&GPUDelegate::Draw, config_.gpu_delegate, picture),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册