Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp |
index eaf78c12c13e60516caa657c7c8b9c57bc268a94..bd51ccdf75b7f3fac11bdb5f8ad939c93fa6d5f7 100644 |
--- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp |
@@ -59,12 +59,6 @@ SkCanvas* UnacceleratedImageBufferSurface::canvas() |
return m_surface->getCanvas(); |
} |
-const SkBitmap& UnacceleratedImageBufferSurface::deprecatedBitmapForOverwrite() |
-{ |
- m_surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); |
- return m_surface->getCanvas()->getDevice()->accessBitmap(false); |
-} |
- |
bool UnacceleratedImageBufferSurface::isValid() const |
{ |
return m_surface; |