Home
last modified time | relevance | path

Searched refs:next_commit_forces_redraw_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host.cc126 next_commit_forces_redraw_(false), in LayerTreeHost()
314 if (next_commit_forces_redraw_) in FinishCommitOnImplThread()
317 if (next_commit_forces_redraw_) in FinishCommitOnImplThread()
323 next_commit_forces_redraw_ = false; in FinishCommitOnImplThread()
576 next_commit_forces_redraw_ = true; in SetNextCommitForcesRedraw()
Dlayer_tree_host.h443 bool next_commit_forces_redraw_; variable