aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 076da331a2..92b8f80633 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -175,8 +175,6 @@ public:
const SkMatrix*, const SkPaint*, BitDepth,
sk_sp<SkColorSpace>);
- static sk_sp<SkImage> MakeTextureFromPixmap(GrContext*, const SkPixmap&, SkBudgeted budgeted);
-
///////////////////////////////////////////////////////////////////////////////////////////////
int width() const { return fWidth; }