remove code disabled from writePixels change
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 7 Mar 2014 14:52:22 +0000 (14:52 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 7 Mar 2014 14:52:22 +0000 (14:52 +0000)
commit8eb20cc112c2eefc08f5102bd96f9ae1f75b9e54
tree32e9219638cd34afb8e7917bc01d4934ae23bbd9
parent210a6aa8bd0c8031b2990caaa956b0ed5ce275ed
remove code disabled from writePixels change

These tests were asserting that particular, non-documented, optimizations were taking place
in the deferreddevice. Theese particualr short-cuts are no longer possible given the change
to canvas' writepixels to always require a raw-pointer.

R=junov@google.com
TBR=junov@google.com

Author: reed@google.com

Review URL: https://codereview.chromium.org/190853002

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