diff options
Diffstat (limited to 'src/image/SkSurface_Base.h')
-rw-r--r-- | src/image/SkSurface_Base.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h index f824bbbc4d..a8c1d8f0a4 100644 --- a/src/image/SkSurface_Base.h +++ b/src/image/SkSurface_Base.h @@ -80,13 +80,6 @@ public: */ virtual void onPrepareForExternalIO() {} - /** - * Creates an overdraw debugging canvas. - * Draws to this canvas will not actually draw any content. Instead, they will - * increment the alpha channel each time a pixel would have been touched. - * It may be efficient to use kAlpha8 as the color type on the surface. - */ - std::unique_ptr<SkCanvas> onMakeOverdrawCanvas(); inline SkCanvas* getCachedCanvas(); inline sk_sp<SkImage> refCachedImage(SkBudgeted, ForceUnique); |