Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: include/core/SkCanvas.h

Issue 1529283003: remove obsolete ondrawsprite base virtual (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 6be13f2a5278a1b2b3cf6ba3766bb3249796b759..003a96c0566e8ffd4d5056c0fc8cce42d84bb568 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1279,9 +1279,6 @@ protected:
SrcRectConstraint);
virtual void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
const SkPaint*);
-#ifdef SK_SUPPORT_LEGACY_ONDRAWSPRITE
- virtual void onDrawSprite(const SkBitmap&, int left, int top, const SkPaint*) {}
-#endif
enum ClipEdgeStyle {
kHard_ClipEdgeStyle,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698