Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 206853003: Add new experimental API to SkPicture to get "id" of current op (Closed)

Created:
6 years, 9 months ago by robertphillips
Modified:
6 years, 9 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Add new experimental API to SkPicture to get "id" of current op When gathering information about a picture (in the new SkDevice::EXPERIMENTAL_optimize entry point) it is necessary to be able to correlate the gathered information with the command in the SkPicture (so the information can later be combined with the similarly indexed information from the BBH). This entry point exposes that information to friend classes. Committed: http://code.google.com/p/skia/source/detail?r=13919

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -3 lines) Patch
M include/core/SkPicture.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/core/SkPicture.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M src/core/SkPicturePlayback.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 3 chunks +20 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
robertphillips
6 years, 9 months ago (2014-03-24 17:23:33 UTC) #1
reed1
lgtm
6 years, 9 months ago (2014-03-24 17:52:51 UTC) #2
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 9 months ago (2014-03-24 18:08:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/206853003/1
6 years, 9 months ago (2014-03-24 18:08:52 UTC) #4
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 19:41:01 UTC) #5
Message was sent while issue was closed.
Change committed as 13919

Powered by Google App Engine
This is Rietveld 408576698