Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index 1f275149b8862971b95a463ff74cb14977175be2..1316e2b595e9814749a0867e083a48be61196f98 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -47,8 +47,6 @@ |
* SkBitmap instead. This will be changed in the future. skbug.com/1449 |
*/ |
static SkImage* NewTexture(const SkBitmap&); |
- |
- virtual bool isOpaque() const { return false; } |
/** |
* Construct a new SkImage based on the given ImageGenerator. |