Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp

Issue 1407133017: Cleanup some dead code in blink::ImageBuffer and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
index 06088dc9d96fd00d3197d204eef963a114bd624c..9680221d76ef9d32cda022cbe63789e1675d9b5a 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
@@ -104,11 +104,6 @@ bool ImageBuffer::writePixels(const SkImageInfo& info, const void* pixels, size_
return m_surface->writePixels(info, pixels, rowBytes, x, y);
}
-const SkBitmap& ImageBuffer::deprecatedBitmapForOverwrite() const
-{
- return m_surface->deprecatedBitmapForOverwrite();
-}
-
bool ImageBuffer::isSurfaceValid() const
{
return m_surface->isValid();

Powered by Google App Engine
This is Rietveld 408576698