Refactor SkDeque's iterator and allocation method
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Jul 2012 16:58:49 +0000 (16:58 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 16 Jul 2012 16:58:49 +0000 (16:58 +0000)
commit0a78b0f4a2e1a3d7d1fbdb9b0b5dba5095db2e5a
tree7b3f949b01facf48eb2aed4b04e55fb651d0d2b9
parent50ccb0a73865b0d0f0dd48989dbf5aa4a27f4a72
Refactor SkDeque's iterator and allocation method

http://codereview.appspot.com/6353098/

git-svn-id: http://skia.googlecode.com/svn/trunk@4624 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkDeque.h
src/core/SkDeque.cpp
tests/DequeTest.cpp