Adding new steps to Canvas unit test to validate that the deferred
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Jul 2012 13:21:58 +0000 (13:21 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Jul 2012 13:21:58 +0000 (13:21 +0000)
commit426aebc8502654642bebfdda22af8acdae84cf05
treed1cd0caa4dee9f8a95fe9786e18b9b357c45de52
parent73c48f17137e332f4d1f06ff230d00c98ef92d27
Adding new steps to Canvas unit test to validate that the deferred
canvas state coherence test case passes with sequences of draw commands
that trigger flushes and purges of deferred draw commands.

This CL confirms that using SkGPipe fixes the deferred canvas issues that are
the root problem of crbug.com/133432

BUG=https://code.google.com/p/chromium/issues/detail?id=133432
Review URL: https://codereview.appspot.com/6416049

git-svn-id: http://skia.googlecode.com/svn/trunk@4687 2bbb7eff-a529-9590-31e7-b0007b416f81
tests/CanvasTest.cpp