Index: third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h |
diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h |
index ebae528126d5f5d74841e3a2be46deaca7ff8e30..bc98cc39b9b5b533cffef00c0326b3355f7f6666 100644 |
--- a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h |
@@ -18,9 +18,6 @@ class PLATFORM_EXPORT UnacceleratedStaticBitmapImage final |
bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override; |
IntSize size() const override; |
sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override; |
- // In our current design, the SkImage in this class is always *not* |
- // texture-backed. |
- bool isTextureBacked() { return false; } |
void draw(SkCanvas*, |
const SkPaint&, |