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

Issue 275623002: Split Star into Star (stores nothing) and List (stores matches). (Closed)

Created:
6 years, 7 months ago by mtklein_C
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Split Star into Star (stores nothing) and List (stores matches). Just noticed that the cull noop pattern (PushCull, Star<NoOp>, PopCull) would trigger the Star that stores matches. We certainly don't need those matches here, so instead of magically determining which Star you need, we'll make you tell us which one you want. No one but List's unit test needs List. I'll leave it for now, but we might find it's not useful. BUG=skia:2378 Committed: http://code.google.com/p/skia/source/detail?r=14655

Patch Set 1 #

Patch Set 2 : nits #

Patch Set 3 : yagni #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -38 lines) Patch
M src/record/SkRecordPattern.h View 1 2 2 chunks +3 lines, -35 lines 0 comments Download
M tests/RecordPatternTest.cpp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mtklein
6 years, 7 months ago (2014-05-08 18:37:53 UTC) #1
mtklein
6 years, 7 months ago (2014-05-08 18:43:22 UTC) #2
bungeman-skia
lgtm
6 years, 7 months ago (2014-05-08 18:47:30 UTC) #3
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 7 months ago (2014-05-08 18:49:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/275623002/40001
6 years, 7 months ago (2014-05-08 18:50:48 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 18:58:38 UTC) #6
Message was sent while issue was closed.
Change committed as 14655

Powered by Google App Engine
This is Rietveld 408576698