Searched refs:paintSetupRecord (Results 1 – 1 of 1) sorted by relevance
568 …RefPtr<JSONObject> paintSetupRecord = TimelineRecordFactory::createGenericRecord(paintSetupStart, … in willPaint() local569 paintSetupRecord->setNumber("endTime", m_paintSetupEnd); in willPaint()570 … paintSetupRecord->setObject("data", TimelineRecordFactory::createLayerData(nodeIdentifier)); in willPaint()571 addRecordToTimeline(paintSetupRecord); in willPaint()