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:
parent
2d2a68c51b
commit
074fe9df94
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user