Searched defs:supports_scroll_animations (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/cc/animation/
H A Danimation_registrar.h54 void set_supports_scroll_animations(bool supports_scroll_animations) { argument
55 supports_scroll_animations_ = supports_scroll_animations;
58 bool supports_scroll_animations() { return supports_scroll_animations_; } function in class:cc::AnimationRegistrar

Completed in 139 milliseconds