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

Unified Diff: include/core/SkImage.h

Issue 345463009: Deleted SkImage::newShaderClamp: not used, not implemented. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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 | src/image/SkImage_Codec.cpp » ('j') | src/image/SkImage_Codec.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImage.h
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index c9f93961668482cd4dee3122dd99013c857f04b9..ca7dc1b66d75801a39cf5f1c6b1037a61bee4cbc 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -16,7 +16,6 @@
class SkData;
class SkCanvas;
class SkPaint;
-class SkShader;
class GrContext;
class GrTexture;
@@ -61,8 +60,7 @@ public:
*/
GrTexture* getTexture();
- SkShader* newShaderClamp() const;
- SkShader* newShader(SkShader::TileMode, SkShader::TileMode) const;
+ virtual SkShader* newShader(SkShader::TileMode, SkShader::TileMode) const = 0;
void draw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*);
« no previous file with comments | « no previous file | src/image/SkImage_Codec.cpp » ('j') | src/image/SkImage_Codec.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698