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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBuffer.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/ImageBuffer.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
index 51465ee01b9e4dae52de954ec294657ae3c1f78c..59c58a244191431e702e4fff9981155ebab1e2d4 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
@@ -104,7 +104,7 @@ bool ImageBuffer::writePixels(const SkImageInfo& info, const void* pixels, size_
return m_surface->writePixels(info, pixels, rowBytes, x, y);
}
-const SkBitmap& ImageBuffer::deprecatedBitmapForOverwrite() const
+const SkBitmap ImageBuffer::deprecatedBitmapForOverwrite() const
{
return m_surface->deprecatedBitmapForOverwrite();
}

Powered by Google App Engine
This is Rietveld 408576698