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

Unified Diff: include/core/SkDevice.h

Issue 1826893002: Switch new SkImageFilter internal methods over to sk_sp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change method name to drawSpriteWithFilter Created 4 years, 9 months 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 | include/core/SkImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDevice.h
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 5d903fd074e13eb0f60337b93d0283f1c48f6188..55b08a762c46dcbbad4f63b1b3aea1769cd64fb9 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -381,8 +381,8 @@ protected:
/**
* Calls through to drawSprite, processing the imagefilter.
*/
- virtual void drawBitmapAsSpriteWithImageFilter(const SkDraw&, const SkBitmap&,
- int x, int y, const SkPaint&);
+ virtual void drawSpriteWithFilter(const SkDraw&, const SkBitmap&,
+ int x, int y, const SkPaint&);
private:
friend class SkCanvas;
« no previous file with comments | « no previous file | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698