Add a templated priority queue class.
authorbsalomon <bsalomon@google.com>
Fri, 13 Feb 2015 19:08:21 +0000 (11:08 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Feb 2015 19:08:21 +0000 (11:08 -0800)
commit3555bd88a6513d219a084eabd41e9dff9e513605
treece441f52e090c5d86c5abb48230eacaa5431a8dd
parent2b816bacc0696f03d88c8060b21eda1e5cc7e8b1
Add a templated priority queue class.

Review URL: https://codereview.chromium.org/914003004
gyp/core.gypi
gyp/tests.gypi
src/core/SkTDPQueue.h [new file with mode: 0644]
tests/TDPQueueTest.cpp [new file with mode: 0644]