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

Issue 61643004: Update gm flags so that it can be run without a pdf rasterizer. (Closed)

Created:
7 years, 1 month ago by vandebo (ex-Chrome)
Modified:
7 years, 1 month ago
Reviewers:
edisonn, robertphillips
CC:
skia-review_googlegroups.com, edisonn, borenet
Visibility:
Public.

Description

Update gm flags so that it can be run without a pdf rasterizer. BUG=1806 R=edisonn@google.com Committed: https://code.google.com/p/skia/source/detail?r=12157

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M gm/gmmain.cpp View 2 chunks +15 lines, -15 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
vandebo (ex-Chrome)
Sorry I didn't get to this sooner.
7 years, 1 month ago (2013-11-06 16:21:10 UTC) #1
edisonn
LGTM
7 years, 1 month ago (2013-11-06 16:29:04 UTC) #2
vandebo (ex-Chrome)
Committed patchset #1 manually as r12157 (presubmit successful).
7 years, 1 month ago (2013-11-06 16:33:09 UTC) #3
robertphillips
I think there may be a problem. https://codereview.chromium.org/61643004/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/61643004/diff/1/gm/gmmain.cpp#newcode2005 gm/gmmain.cpp:2005: Won't this ...
7 years, 1 month ago (2013-11-06 16:36:13 UTC) #4
vandebo (ex-Chrome)
7 years, 1 month ago (2013-11-06 16:46:40 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/61643004/diff/1/gm/gmmain.cpp
File gm/gmmain.cpp (right):

https://codereview.chromium.org/61643004/diff/1/gm/gmmain.cpp#newcode2005
gm/gmmain.cpp:2005: 
On 2013/11/06 16:36:13, robertphillips wrote:
> Won't this now not use a rasterizer by default?

I changed the default value of the flag to "default", that will get caught by
this case, which adds all the known rasterizers.  If you specify the flag, with
something other than "default" or without anythingthe else starting on line 2013
will run.  There, if the list is empty, no rasterizer is added, if not,
rasterizers are selected as they were before.

Powered by Google App Engine
This is Rietveld 408576698