Trace RenderLayer::paint

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/851473005
This commit is contained in:
Adam Barth 2015-01-15 15:18:02 -08:00
parent 5ef6774cd9
commit c312fcbaa4

View File

@ -828,6 +828,7 @@ bool RenderLayer::hasOverflowControls() const
void RenderLayer::paint(GraphicsContext* context, const LayoutRect& damageRect, RenderObject* paintingRoot)
{
TRACE_EVENT0("blink", "RenderLayer::paint");
LayerPaintingInfo paintingInfo(this, enclosingIntRect(damageRect), LayoutSize(), paintingRoot);
paintLayer(context, paintingInfo, PaintContent);
}