Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dpicture_layer.cc88 if (last_updated_visible_content_rect_ == visible_content_rect() && in Update()
120 last_updated_visible_content_rect_ = visible_content_rect(); in Update()
Dpicture_layer.h57 gfx::Rect last_updated_visible_content_rect_; variable