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

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

Issue 1432443004: Remove SkDevice and SkBaseDevice outside skia/ext/ (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..97573f373e0d73742ed4ee8c0a13998f54438d8c 100644
--- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
+++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
@@ -245,7 +245,7 @@ bool RecordingImageBufferSurface::isExpensiveToPaint()
return false;
}
-const SkBitmap& RecordingImageBufferSurface::deprecatedBitmapForOverwrite()
+const SkBitmap RecordingImageBufferSurface::deprecatedBitmapForOverwrite()
{
if (!m_fallbackSurface) {
willOverwriteCanvas();

Powered by Google App Engine
This is Rietveld 408576698