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

Issue 1614923002: Add Lua SkXfermode skp scraping support (Closed)

Created:
4 years, 11 months ago by robertphillips
Modified:
4 years, 11 months ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add Lua SkXfermode skp scraping support This is to answer the question of do any of our skps have SkLerpXfermodes. AFAICT they should not so this is just to verify. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1614923002 Committed: https://skia.googlesource.com/skia/+/233bab918f1ca44c260b1481b79d9fa5951186e2

Patch Set 1 #

Total comments: 1

Patch Set 2 : use SkFlattenable::getTypeName #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -0 lines) Patch
M src/utils/SkLua.cpp View 1 6 chunks +39 lines, -0 lines 0 comments Download
A tools/lua/xfer-counter.lua View 1 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
robertphillips
4 years, 11 months ago (2016-01-21 13:26:18 UTC) #4
reed1
lgtm w/ privatization question https://codereview.chromium.org/1614923002/diff/1/include/core/SkXfermode.h File include/core/SkXfermode.h (right): https://codereview.chromium.org/1614923002/diff/1/include/core/SkXfermode.h#newcode249 include/core/SkXfermode.h:249: virtual void luaGetName(SkString* name) const ...
4 years, 11 months ago (2016-01-21 14:39:11 UTC) #5
reed1
Doesn't SkFlattenable::getTypeName() serve the same purpose?
4 years, 11 months ago (2016-01-21 14:41:36 UTC) #6
robertphillips
It sure does! I've removed all the junk code.
4 years, 11 months ago (2016-01-21 16:33:01 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1614923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1614923002/20001
4 years, 11 months ago (2016-01-21 16:33:15 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 16:49:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1614923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1614923002/20001
4 years, 11 months ago (2016-01-21 17:04:58 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 17:05:35 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/233bab918f1ca44c260b1481b79d9fa5951186e2

Powered by Google App Engine
This is Rietveld 408576698