Fix mixup where SamplePathOverstroke wasn't added

- My sampleapp for the stroking bugs was inflight or something when
this change got made, so it didn't get added to this file.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2076283002

Review-Url: https://codereview.chromium.org/2076283002
This commit is contained in:
hstern 2016-06-17 14:06:13 -07:00 committed by Commit bot
parent 3e3181263c
commit 992a22d2e9

View File

@ -78,6 +78,7 @@
'../samplecode/SamplePathClip.cpp',
'../samplecode/SamplePathFuzz.cpp',
'../samplecode/SamplePathEffects.cpp',
'../samplecode/SamplePathOverstroke.cpp',
'../samplecode/SamplePictFile.cpp',
'../samplecode/SamplePoints.cpp',
'../samplecode/SamplePolyToPoly.cpp',