Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(54)

Issue 1183863005: Paint Profiler: unroll SkPictures (Closed)

Created:
4 years, 10 months ago by caseq
Modified:
4 years, 10 months ago
Reviewers:
f(malita), pfeldman
CC:
f(malita), blink-reviews, Rik, danakj, dshwang, drott+blinkwatch_chromium.org, krit, jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Paint Profiler: unroll SkPictures Perform SkPicure::playback() instead of SkCanvas::drawPicture() in all paint profiler intercepting canvas, so that we actually expose a step-by-step picture painting instead of one drawPicture() call. Otherwise, paint profiler is unusable in slimming paint mode. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197340

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -16 lines) Patch
M Source/platform/blink_platform.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/graphics/InterceptingCanvas.h View 3 chunks +4 lines, -2 lines 0 comments Download
A Source/platform/graphics/InterceptingCanvas.cpp View 1 chunk +29 lines, -0 lines 3 comments Download
M Source/platform/graphics/LoggingCanvas.cpp View 2 chunks +1 line, -12 lines 2 comments Download
M Source/platform/graphics/ReplayingCanvas.h View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/platform/graphics/ReplayingCanvas.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
caseq
4 years, 10 months ago (2015-06-17 18:03:51 UTC) #2
f(malita)
LGTM https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp File Source/platform/graphics/InterceptingCanvas.cpp (right): https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp#newcode14 Source/platform/graphics/InterceptingCanvas.cpp:14: SkRect newBounds = picture->cullRect(); Nit: the 'bounds' saveLayer ...
4 years, 10 months ago (2015-06-17 18:20:56 UTC) #3
caseq
https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp File Source/platform/graphics/InterceptingCanvas.cpp (right): https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp#newcode14 Source/platform/graphics/InterceptingCanvas.cpp:14: SkRect newBounds = picture->cullRect(); On 2015/06/17 18:20:56, f(malita) wrote: ...
4 years, 10 months ago (2015-06-17 18:29:48 UTC) #4
f(malita)
https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp File Source/platform/graphics/InterceptingCanvas.cpp (right): https://codereview.chromium.org/1183863005/diff/1/Source/platform/graphics/InterceptingCanvas.cpp#newcode14 Source/platform/graphics/InterceptingCanvas.cpp:14: SkRect newBounds = picture->cullRect(); On 2015/06/17 at 18:29:47, caseq ...
4 years, 10 months ago (2015-06-17 18:41:57 UTC) #5
pfeldman
owner lgtm
4 years, 10 months ago (2015-06-18 06:49:46 UTC) #6
pfeldman
owner lgtm
4 years, 10 months ago (2015-06-18 06:49:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1183863005/1
4 years, 10 months ago (2015-06-18 10:03:51 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2015-06-18 11:11:56 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197340

Powered by Google App Engine
This is Rietveld 408576698