Remove an assert that assumes too much.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Dec 2013 20:02:03 +0000 (20:02 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Dec 2013 20:02:03 +0000 (20:02 +0000)
commit02076831575a6d4706e1aa0c14a25508f173de88
tree2b10f865cd84907a6561ac4f327fa4ba61ff48bb
parent4ad1e97b8505a79c5d100da0bdb70dffe624f4b9
Remove an assert that assumes too much.

The resulting bitmap may look funny, but it may not be our bug, and
the assert is making it difficult to use SKP files.

TBR=robertphillips@google.com, rmistry@google.com, bensong@google.com

BUG=skia:1905

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

git-svn-id: http://skia.googlecode.com/svn/trunk@12696 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkOrderedReadBuffer.cpp