Index: third_party/WebKit/Source/core/frame/ImageBitmap.h |
diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
index 41f6ec4e51548d2c7e7339f1098fe836cb4d882c..c1376369ff5943c6c64be54a4335f625014607b5 100644 |
--- a/third_party/WebKit/Source/core/frame/ImageBitmap.h |
+++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
@@ -57,8 +57,6 @@ private: |
ImageBitmap(ImageBitmap*, const IntRect&); |
ImageBitmap(Image*, const IntRect&); |
- PassRefPtr<SkImage> cropImage(PassRefPtr<SkImage>, const IntRect&); |
- |
// ImageLoaderClient |
void notifyImageSourceChanged() override; |
bool requestsHighLiveResourceCachePriority() override { return true; } |