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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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/ImageBufferSurface.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
index 2e5d2a7007480d667964e339bcbd6538ff1b8aea..04ad4c940537b62a57fbdce308aadbdf01abe3f9 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
@@ -33,10 +33,10 @@
#include "platform/graphics/GraphicsContext.h"
#include "platform/graphics/ImageBuffer.h"
#include "platform/graphics/StaticBitmapImage.h"
+#include "skia/ext/cdl_common.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkImage.h"
-class SkPicture;
namespace blink {
@@ -53,7 +53,7 @@ ImageBufferSurface::ImageBufferSurface(const IntSize& size,
ImageBufferSurface::~ImageBufferSurface() {}
-sk_sp<SkPicture> ImageBufferSurface::getPicture() {
+sk_sp<CdlPicture> ImageBufferSurface::getPicture() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698