mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Trace RenderLayer::paint
R=esprehn@chromium.org Review URL: https://codereview.chromium.org/851473005
This commit is contained in:
parent
5ef6774cd9
commit
c312fcbaa4
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user