aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Remove SkPicture::kUsePathBoundsForClip_RecordingFlagGravatar robertphillips2014-06-09
| | | | | | | | | | The real question is whether we ever want to record a picture without using the path bounds for a conservative (but faster) clip answer? R=reed@google.com, mtklein@google.com, djsollen@google.com, scroggo@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/316143003
* Rollback of fe689c46 and all subsequent changesGravatar jvanverth2014-06-06
| | | | | | | | | | | | BUG=skia: R=humper@google.com TBR=humper@google.com NOTRY=True NOTREECHECKS=True Author: jvanverth@google.com Review URL: https://codereview.chromium.org/324463005
* Disable bigblurs GM (for fe689c46a76)Gravatar jvanverth2014-06-06
| | | | | | | | | | | | BUG=skia: R=humper@google.com TBR=humper@google.com NOTRY=True NOTREECHECKS=True Author: jvanverth@google.com Review URL: https://codereview.chromium.org/325453002
* Revert of Revert of another GM to ignore for blur rebaseline ↵Gravatar humper2014-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/319943004/) Reason for revert: Hopefully working now Original issue's description: > Revert of another GM to ignore for blur rebaseline (https://codereview.chromium.org/319203002/) > > Reason for revert: > Follow-on to fe689c46a76, which needs to be reverted due to bot failures. > > Original issue's description: > > another GM to ignore for blur rebaseline > > > > BUG=skia: > > TBR=jvanverth > > NOTRY=True > > NOTREECHECKS=True > > > > Committed: https://skia.googlesource.com/skia/+/f131055929afb9c9671aee3e575c380d48c5ee4d > > TBR=humper@google.com > NOTREECHECKS=true > NOTRY=true > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/f255de0fe160e33b340301859be1d9374c5607fe R=jvanverth@google.com TBR=jvanverth@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: humper@google.com Review URL: https://codereview.chromium.org/324453004
* Revert of another GM to ignore for blur rebaseline ↵Gravatar jvanverth2014-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/319203002/) Reason for revert: Follow-on to fe689c46a76, which needs to be reverted due to bot failures. Original issue's description: > another GM to ignore for blur rebaseline > > BUG=skia: > TBR=jvanverth > NOTRY=True > NOTREECHECKS=True > > Committed: https://skia.googlesource.com/skia/+/f131055929afb9c9671aee3e575c380d48c5ee4d R=humper@google.com TBR=humper@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: jvanverth@google.com Review URL: https://codereview.chromium.org/319943004
* another GM to ignore for blur rebaselineGravatar humper2014-06-06
| | | | | | | | | | | BUG=skia: TBR=jvanverth NOTRY=True NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/319203002
* Faster GPU rect blur that doesn't require computing vertical and horizontalGravatar humper2014-06-06
| | | | | | | | | | | | scanlines on the CPU first. Should make extremely large drop shadows fast again. BUG=skia: R=bsalomon@google.com Author: humper@google.com Review URL: https://codereview.chromium.org/316273004
* ARM Skia NEON patches - 39 - arm64 565 blittersGravatar kevin.petit2014-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables all 565 blitters except S32A_D565_Opaque. Here are some performance results: S32_D565_Opaque: ================ +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -18.37% | -13.04% | +-------+------------+------------+ | 2 | -9.90% | -13.78% | +-------+------------+------------+ | 4 | -8.28% | -6.77% | +-------+------------+------------+ | 8 | 157.63% | 78.15% | +-------+------------+------------+ | 16 | 72.67% | 44.81% | +-------+------------+------------+ | 64 | 76.78% | 40.89% | +-------+------------+------------+ | 256 | 73.85% | 36.05% | +-------+------------+------------+ | 1024 | 75.73% | 36.70% | +-------+------------+------------+ S32_D565_Blend: =============== +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -9.99% | -13.79% | +-------+------------+------------+ | 2 | -9.17% | -6.74% | +-------+------------+------------+ | 4 | -6.73% | -4.42% | +-------+------------+------------+ | 8 | 163.31% | 112.82% | +-------+------------+------------+ | 16 | 55.21% | 44.68% | +-------+------------+------------+ | 64 | 54.09% | 41.99% | +-------+------------+------------+ | 256 | 52.63% | 40.64% | +-------+------------+------------+ | 1024 | 52.46% | 40.45% | +-------+------------+------------+ S32A_D565_Blend: ================ +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -5.88% | -6.06% | +-------+------------+------------+ | 2 | -4.74% | -0.01% | +-------+------------+------------+ | 4 | -5.42% | -3.03% | +-------+------------+------------+ | 8 | 78.78% | 77.96% | +-------+------------+------------+ | 16 | 98.19% | 79.61% | +-------+------------+------------+ | 64 | 111.56% | 72.60% | +-------+------------+------------+ | 256 | 113.80% | 69.96% | +-------+------------+------------+ | 1024 | 114.42% | 70.85% | +-------+------------+------------+ S32_D565_Opaque_Dither: ======================= +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -4.18% | -0.93% | +-------+------------+------------+ | 2 | -2.43% | -2.04% | +-------+------------+------------+ | 4 | -1.09% | -1.23% | +-------+------------+------------+ | 8 | 184.89% | 136.53% | +-------+------------+------------+ | 16 | 128.64% | 89.11% | +-------+------------+------------+ | 64 | 132.68% | 100.98% | +-------+------------+------------+ | 256 | 157.02% | 100.86% | +-------+------------+------------+ | 1024 | 163.85% | 103.62% | +-------+------------+------------+ S32_D565_Blend_Dither: ====================== +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -4.87% | 0.01% | +-------+------------+------------+ | 2 | -2.71% | 2.97% | +-------+------------+------------+ | 4 | -2.20% | 0.28% | +-------+------------+------------+ | 8 | 149.76% | 146.80% | +-------+------------+------------+ | 16 | 85.69% | 95.77% | +-------+------------+------------+ | 64 | 88.81% | 101.39% | +-------+------------+------------+ | 256 | 97.32% | 107.22% | +-------+------------+------------+ | 1024 | 98.08% | 115.71% | +-------+------------+------------+ S32A_D565_Opaque_Dither: ======================== +-------+------------+------------+ | count | Cortex-A53 | Cortex-A57 | +-------+------------+------------+ | 1 | -1.86% | 0.02% | +-------+------------+------------+ | 2 | -0.58% | -1.52% | +-------+------------+------------+ | 4 | -0.75% | 1.16% | +-------+------------+------------+ | 8 | 240.74% | 155.16% | +-------+------------+------------+ | 16 | 181.97% | 132.15% | +-------+------------+------------+ | 64 | 203.11% | 136.48% | +-------+------------+------------+ | 256 | 223.45% | 133.05% | +-------+------------+------------+ | 1024 | 225.96% | 134.05% | +-------+------------+------------+ Signed-off-by: Kévin PETIT <kevin.petit@arm.com> BUG=skia: R=djsollen@google.com, mtklein@google.com Author: kevin.petit@arm.com Review URL: https://codereview.chromium.org/317193003
* Rename skimage expectations for ASAN bot to match bot renaming.Gravatar mtklein2014-06-05
| | | | | | | | | BUG=skia: R=borenet@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/316063004
* Rebaselines for drrect GM on GPUGravatar bsalomon2014-06-05
| | | | | | | | TBR= Author: bsalomon@google.com Review URL: https://codereview.chromium.org/318773007
* Update expectations for gyp change.Gravatar bungeman2014-06-04
| | | | | | | | | | | | | It appears that with the gyp update, floating point operations on x86_32 are ever so slightly different when drawing some paths. R=jvanverth@google.com TBR=jvanverth@google.com NOTRY=True Author: bungeman@google.com Review URL: https://codereview.chromium.org/315043006
* Update SKP version to 17Gravatar borenet2014-06-03
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/312043004
* manual bench rebase after 55ada06Gravatar jvanverth2014-06-03
| | | | | | | | | | | | R=robertphillips@google.com TBR=robertphillips@google.com Bypassing trybots: NOTRY=true Author: jvanverth@google.com Review URL: https://codereview.chromium.org/315683004
* a few rebaseline stragglers from image scaling changeGravatar humper2014-06-03
| | | | | | | | | | | BUG=skia: NOTRY=True NOTREECHECKS=True TBR=jvanverth Author: humper@google.com Review URL: https://codereview.chromium.org/311853004
* Update SKP version to 16Gravatar borenet2014-06-03
| | | | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Author: borenet@google.com Review URL: https://codereview.chromium.org/313593002
* Rebase a few GMs and remove some tests from ignored-tests.txtGravatar Brian Salomon2014-06-03
| | | | Review URL: https://codereview.chromium.org/311813003
* Fall back to using clip effect for outer rect in drawdrrectGravatar bsalomon2014-06-03
| | | | | | | | R=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/310483010
* more rebaselines for filterbitmap and downsamplebitmap.Gravatar commit-bot@chromium.org2014-05-30
| | | | | | | | | | | | | | BUG= R=epoger@google.com TBR=epoger NOTRY=True NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/304353007 git-svn-id: http://skia.googlecode.com/svn/trunk@14995 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark remaining Ubuntu msaa shadertext2 images as ignore-failure.Gravatar bsalomon@google.com2014-05-29
| | | | | | | | BUG=skia:2619 Review URL: https://codereview.chromium.org/304323002 git-svn-id: http://skia.googlecode.com/svn/trunk@14969 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline stragglers, mark shadertext2 as ignore on ubunutu for msaa configs.Gravatar bsalomon@google.com2014-05-29
| | | | | | | | BUG=skia:2619 Review URL: https://codereview.chromium.org/308723002 git-svn-id: http://skia.googlecode.com/svn/trunk@14964 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebase shadertext2,3 and stroketext on gpu configsGravatar bsalomon@google.com2014-05-29
| | | | | | Review URL: https://codereview.chromium.org/304203003 git-svn-id: http://skia.googlecode.com/svn/trunk@14955 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for imagefilter GMs in perspective mode post-r14920.Gravatar senorblanco@chromium.org2014-05-29
| | | | | | | | TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/301183002 git-svn-id: http://skia.googlecode.com/svn/trunk@14954 2bbb7eff-a529-9590-31e7-b0007b416f81
* re-enable downsample and filterbitmap GMsGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | | | BUG= R=epoger@google.com TBR=epoger NOTRY=True NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/301963003 git-svn-id: http://skia.googlecode.com/svn/trunk@14953 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselines for ignored filterbitmap / downsamplebitmap testsGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | | | BUG= R=epoger@google.com TBR=epoger NOTRY=True NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/305933002 git-svn-id: http://skia.googlecode.com/svn/trunk@14952 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline GMs with missing expectated images and shadertext2 msaaGravatar bsalomon@google.com2014-05-29
| | | | | | Review URL: https://codereview.chromium.org/308673002 git-svn-id: http://skia.googlecode.com/svn/trunk@14950 2bbb7eff-a529-9590-31e7-b0007b416f81
* ignore failing pdf-native for shadertextGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/304923002 git-svn-id: http://skia.googlecode.com/svn/trunk@14949 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselines for shadertext after unitmapper removalGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/308653002 git-svn-id: http://skia.googlecode.com/svn/trunk@14948 2bbb7eff-a529-9590-31e7-b0007b416f81
* ignore failures for acutals that never appearGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/304153003 git-svn-id: http://skia.googlecode.com/svn/trunk@14947 2bbb7eff-a529-9590-31e7-b0007b416f81
* Massive rebaseline of gpu images after matrix change.Gravatar bsalomon@google.com2014-05-29
| | | | | | Review URL: https://codereview.chromium.org/304153002 git-svn-id: http://skia.googlecode.com/svn/trunk@14946 2bbb7eff-a529-9590-31e7-b0007b416f81
* git cl dcommit# Enter a description of the change.Gravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | | | shadertext2 rebaselines TBR= NOTRY=True NOTREECHECKS=True Author: bsalomon@google.com Review URL: https://codereview.chromium.org/305853002 git-svn-id: http://skia.googlecode.com/svn/trunk@14943 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline #5 for shadertext2Gravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/305603005 git-svn-id: http://skia.googlecode.com/svn/trunk@14937 2bbb7eff-a529-9590-31e7-b0007b416f81
* yet more rebaselines for shadertext and mandrillsGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | TBR= NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/302953002 git-svn-id: http://skia.googlecode.com/svn/trunk@14936 2bbb7eff-a529-9590-31e7-b0007b416f81
* more rebaselines for shadertext2 and stroketext and a couple of mandrillsGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | TBR=epoger NOTRY=True NOTREECHECKS=True Author: reed@google.com Review URL: https://codereview.chromium.org/303693013 git-svn-id: http://skia.googlecode.com/svn/trunk@14935 2bbb7eff-a529-9590-31e7-b0007b416f81
* more rebaselines for shadertextGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | TBR=epoger NOTRY=True Author: reed@google.com Review URL: https://codereview.chromium.org/302433017 git-svn-id: http://skia.googlecode.com/svn/trunk@14927 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline shadertext2 shadertext3 and stroketext (sans 2)Gravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | NOTRY=True TBR=epoger Author: reed@google.com Review URL: https://codereview.chromium.org/304763003 git-svn-id: http://skia.googlecode.com/svn/trunk@14924 2bbb7eff-a529-9590-31e7-b0007b416f81
* rename ignored testsGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | | | BUG= R=epoger@google.com TBR=epoger NOTRY=true NOTREECHECKS=True Author: humper@google.com Review URL: https://codereview.chromium.org/304533008 git-svn-id: http://skia.googlecode.com/svn/trunk@14922 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make image scaling have floating point scales. Third attempt to land thisGravatar commit-bot@chromium.org2014-05-28
| | | | | | | | | | | | | | | | due to some struggles with the CQ. Original CL here: https://codereview.chromium.org/298243003/ BUG= R=bsalomon@google.com, epoger@google.com TBR=bsalomon, epoger Author: humper@google.com Review URL: https://codereview.chromium.org/300113008 git-svn-id: http://skia.googlecode.com/svn/trunk@14920 2bbb7eff-a529-9590-31e7-b0007b416f81
* Followup GM rebaselines for non-GPU configs after removing tests from ↵Gravatar bsalomon@google.com2014-05-28
| | | | | | | | ignored-tests.txt Review URL: https://codereview.chromium.org/303693012 git-svn-id: http://skia.googlecode.com/svn/trunk@14919 2bbb7eff-a529-9590-31e7-b0007b416f81
* Take care of a bunch of pending GPU rebaselines and remove tests from ↵Gravatar bsalomon@google.com2014-05-28
| | | | | | | | ignored-tests.txt Review URL: https://codereview.chromium.org/300863006 git-svn-id: http://skia.googlecode.com/svn/trunk@14918 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add another expectation for bug with perspective gpuGravatar commit-bot@chromium.org2014-05-27
| | | | | | | | | | | BUG=skia:2605 R=robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/301593006 git-svn-id: http://skia.googlecode.com/svn/trunk@14900 2bbb7eff-a529-9590-31e7-b0007b416f81
* Adds perf expectations for ANGLE bot.Gravatar commit-bot@chromium.org2014-05-27
| | | | | | | | | | | | BUG=skia:2576 NOTRY=true R=borenet@google.com Author: bensong@google.com Review URL: https://codereview.chromium.org/303643002 git-svn-id: http://skia.googlecode.com/svn/trunk@14898 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline simpleblurroundrectGravatar commit-bot@chromium.org2014-05-27
| | | | | | | | | | | BUG= TBR=bsalomon Author: humper@google.com Review URL: https://codereview.chromium.org/300833002 git-svn-id: http://skia.googlecode.com/svn/trunk@14895 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update expectations for etc1bitmapGravatar commit-bot@chromium.org2014-05-27
| | | | | | | | | | R=robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/300063007 git-svn-id: http://skia.googlecode.com/svn/trunk@14893 2bbb7eff-a529-9590-31e7-b0007b416f81
* rather than committing new unreviewed expectations, just ignore the failuresGravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | | | | | | This way, subsequent runs of the bots will try to re-upload the image file. (They don't try to upload images for passing tests.) BUG=skia:2603 NOTREECHECKS=True NOTRY=True R=fmalita@google.com TBR=fmalita Author: epoger@google.com Review URL: https://codereview.chromium.org/297853007 git-svn-id: http://skia.googlecode.com/svn/trunk@14879 2bbb7eff-a529-9590-31e7-b0007b416f81
* Revert of Modify sample buffer size for larger displays. ↵Gravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/240433002/) Reason for revert: This also changes verylargebitmap, and the difference appears to be meaningful. Henrik, I have emailed you the images that differ. Original issue's description: > Modify sample buffer size for larger displays. > > Increases the intermediate buffer size for sample pixel indexes, > used in the sample proc function calls. If the operation is bigger > than the buffer it's split into multiple calls, creating overhead. > This would especially impact the performance of SIMD optimizations. > Also, aligns the start address of the buffer to 16 bytes, to enable > more efficient SIMD optimizations. > > Author: henrik.smiding@intel.com > > Signed-off-by: Henrik Smiding <henrik.smiding@intel.com> > > Committed: http://code.google.com/p/skia/source/detail?r=14825 > > Committed: http://code.google.com/p/skia/source/detail?r=14872 R=reed@google.com, mtklein@google.com, tomhudson@google.com, djsollen@google.com, joakim.landberg@intel.com, bsalomon@chromium.org, bsalomon@google.com, henrik.smiding@intel.com TBR=reed@google.com NOTREECHECKS=true NOTRY=true Author: scroggo@google.com Review URL: https://codereview.chromium.org/294023016 git-svn-id: http://skia.googlecode.com/svn/trunk@14878 2bbb7eff-a529-9590-31e7-b0007b416f81
* Revert of Suppress more GMs pending rebaseline after 0533146d005 ↵Gravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/296173009/) Reason for revert: The CL for which these were added needs to be reverted. The best example of its breakage is in verylargebitmap. Original issue's description: > Suppress more GMs pending rebaseline after 0533146d005 > > TBR=scroggo@google.com > > Committed: https://code.google.com/p/skia/source/detail?r=14874 R=fmalita@chromium.org TBR=fmalita@chromium.org NOTREECHECKS=true NOTRY=true Author: scroggo@google.com Review URL: https://codereview.chromium.org/298973008 git-svn-id: http://skia.googlecode.com/svn/trunk@14877 2bbb7eff-a529-9590-31e7-b0007b416f81
* instead of ignoring testimagefilters EVERYWHERE, just ignore particular failuresGravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | | | | BUG=skia:2603 NOTREECHECKS=True NOTRY=True R=fmalita@google.com TBR=fmalita Author: epoger@google.com Review URL: https://codereview.chromium.org/296213009 git-svn-id: http://skia.googlecode.com/svn/trunk@14876 2bbb7eff-a529-9590-31e7-b0007b416f81
* Suppress testimagefilters GM.Gravatar fmalita@google.com2014-05-23
| | | | | | | | | | | Failing on Android, but results missing. BUG=skia:2603 TBR=epoger@google.com Review URL: https://codereview.chromium.org/299143006 git-svn-id: http://skia.googlecode.com/svn/trunk@14875 2bbb7eff-a529-9590-31e7-b0007b416f81
* Suppress more GMs pending rebaseline after 0533146d005Gravatar fmalita@google.com2014-05-23
| | | | | | | | TBR=scroggo@google.com Review URL: https://codereview.chromium.org/296173009 git-svn-id: http://skia.googlecode.com/svn/trunk@14874 2bbb7eff-a529-9590-31e7-b0007b416f81
* manual bench rebase after f757fd3Gravatar commit-bot@chromium.org2014-05-23
| | | | | | | | | | | | | | R=robertphillips@google.com TBR=robertphillips@google.com Bypassing trybots: NOTRY=true Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/293093007 git-svn-id: http://skia.googlecode.com/svn/trunk@14873 2bbb7eff-a529-9590-31e7-b0007b416f81