| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index c920c54016aa2a270445f442c9470c32d6070837..6bec02b768654c79d25d04f25c2051c13c0230d5 100644
|
| --- a/include/core/SkImage.h
|
| +++ b/include/core/SkImage.h
|
| @@ -145,8 +145,6 @@ public:
|
| static SkImage* NewFromPicture(const SkPicture*, const SkISize& dimensions,
|
| const SkMatrix*, const SkPaint*);
|
|
|
| - static SkImage* NewTextureFromPixmap(GrContext*, const SkPixmap&, SkBudgeted budgeted);
|
| -
|
| ///////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
| int width() const { return fWidth; }
|
|
|