HomeSort by relevance Sort by last modified time
    Searched refs:next_activation_forces_redraw_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_impl.h 170 void ForceRedrawNextActivation() { next_activation_forces_redraw_ = true; }
278 bool next_activation_forces_redraw_; member in class:cc::LayerTreeImpl
layer_tree_impl.cc 47 next_activation_forces_redraw_(false) {
118 if (next_activation_forces_redraw_) {
120 next_activation_forces_redraw_ = false;

Completed in 653 milliseconds