Remove legacy drawPicture entry point

With Skia 5713352a (Chromium should no longer need the legacy SkCanvas::drawPicture interface - https://codereview.chromium.org/317193002/) this code should no longer be needed.

R=reed@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/324703002
This commit is contained in:
robertphillips 2014-06-10 07:20:48 -07:00 committed by Commit bot
parent 2d2a68c51b
commit 074fe9df94

View File

@ -986,12 +986,6 @@ public:
*/
void drawPicture(const SkPicture* picture);
#ifdef SK_SUPPORT_LEGACY_DRAWPICTURE_API
virtual void drawPicture(SkPicture& picture) {
this->drawPicture(&picture);
}
#endif
enum VertexMode {
kTriangles_VertexMode,
kTriangleStrip_VertexMode,