Home
last modified time | relevance | path

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

/external/chromium_org/ui/wm/core/
Dimage_grid.cc130 gfx::Rect updated_bounds = layer_->bounds(); in SetSize() local
131 updated_bounds.set_size(size); in SetSize()
132 layer_->SetBounds(updated_bounds); in SetSize()