Searched refs:size_to_paint (Results 1 – 2 of 2) sorted by relevance
1556 void RenderWidget::OnRepaint(gfx::Size size_to_paint) { in OnRepaint() argument1563 if (size_to_paint.IsEmpty()) { in OnRepaint()1564 size_to_paint = size_; in OnRepaint()1569 compositor_->SetNeedsRedrawRect(gfx::Rect(size_to_paint)); in OnRepaint()
401 void OnRepaint(gfx::Size size_to_paint);