remove unused device::eraseColor

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/765643004
This commit is contained in:
reed 2014-12-03 09:47:48 -08:00 committed by Commit bot
parent ed8bdc5193
commit b1ab276c37

View File

@ -166,9 +166,6 @@ protected:
*/ */
virtual void clear(SkColor color) = 0; virtual void clear(SkColor color) = 0;
SK_ATTR_DEPRECATED("use clear() instead")
void eraseColor(SkColor eraseColor) { this->clear(eraseColor); }
/** These are called inside the per-device-layer loop for each draw call. /** These are called inside the per-device-layer loop for each draw call.
When these are called, we have already applied any saveLayer operations, When these are called, we have already applied any saveLayer operations,
and are handling any looping from the paint, and any effects from the and are handling any looping from the paint, and any effects from the