Searched refs:inflated_content_rect (Results 1 – 1 of 1) sorted by relevance
129 gfx::Rect inflated_content_rect = content_rect; in RasterToBitmap() local130 inflated_content_rect.Inset(0, 0, -1, -1); in RasterToBitmap()131 canvas->clipRect(gfx::RectToSkRect(inflated_content_rect), in RasterToBitmap()