Searched defs:to_paint (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2465 gfx::Rect to_paint = gfx::SubtractRects(rect, clip); local
2466 if (!to_paint.IsEmpty())
2467 window_->SchedulePaintInRect(to_paint);

Completed in 229 milliseconds