Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: cc/trees/proxy_impl.cc

Issue 1971063004: cc: Fix cc_unittests when main frame before activation is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/trees/proxy_impl.cc
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
index 123e394d508152a4f3a1972ecebefeec55b7555e..92b4506c418a02b51ed4d36467c24b0ff7ec77c5 100644
--- a/cc/trees/proxy_impl.cc
+++ b/cc/trees/proxy_impl.cc
@@ -184,7 +184,6 @@ void ProxyImpl::BeginMainFrameAbortedOnImpl(
CommitEarlyOutReasonToString(reason));
DCHECK(IsImplThread());
DCHECK(scheduler_->CommitPending());
- DCHECK(!layer_tree_host_impl_->pending_tree());
enne (OOO) 2016/05/13 01:26:02 This seems reasonable to me. If we can send a mai
sunnyps 2016/05/14 00:41:19 I'm moving this change to https://codereview.chrom
if (CommitEarlyOutHandledCommit(reason)) {
SetInputThrottledUntilCommitOnImpl(false);

Powered by Google App Engine
This is Rietveld 408576698