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

Unified Diff: cc/trees/thread_proxy.cc

Issue 1296673004: Devtools/CC: Remove continuous repainting feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/thread_proxy.cc
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index ba1f9465d47d0b3d0de706e3868456fc13aba0d7..6d0da0ea58e7cdaf15d5fb32cbbc6c75d77e9116 100644
--- a/cc/trees/thread_proxy.cc
+++ b/cc/trees/thread_proxy.cc
@@ -634,7 +634,6 @@ void ThreadProxy::SetDebugState(const LayerTreeDebugState& debug_state) {
void ThreadProxy::SetDebugStateOnImplThread(
danakj 2015/08/21 18:56:09 Can this method go away?
samli 2015/08/26 21:08:24 I don't think so.
danakj 2015/08/27 18:44:45 Can you explain? The whole Proxy::SetDebugState me
const LayerTreeDebugState& debug_state) {
DCHECK(IsImplThread());
- impl().scheduler->SetContinuousPainting(debug_state.continuous_painting);
}
void ThreadProxy::FinishAllRenderingOnImplThread(CompletionEvent* completion) {

Powered by Google App Engine
This is Rietveld 408576698