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

Unified Diff: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.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/RecordingImageBufferSurface.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
index 4f44ec181f0dbd719fd17d28e2b4eab7ce9dd0a3..97c9c9a42753d4f43f30d6ed53e53e93218658ba 100644
--- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
+++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
@@ -245,15 +245,6 @@ bool RecordingImageBufferSurface::isExpensiveToPaint()
return false;
}
-const SkBitmap& RecordingImageBufferSurface::deprecatedBitmapForOverwrite()
-{
- if (!m_fallbackSurface) {
- willOverwriteCanvas();
- fallBackToRasterCanvas();
- }
- return m_fallbackSurface->deprecatedBitmapForOverwrite();
-}
-
// Fallback passthroughs
bool RecordingImageBufferSurface::restore()

Powered by Google App Engine
This is Rietveld 408576698