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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months 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..9e480c4be7f2cbb8cf06e1bbd93548e0b95f7b4f 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
@@ -36,7 +36,6 @@
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkImage.h"
-class SkPicture;
namespace blink {
@@ -53,7 +52,7 @@ ImageBufferSurface::ImageBufferSurface(const IntSize& size,
ImageBufferSurface::~ImageBufferSurface() {}
-sk_sp<SkPicture> ImageBufferSurface::getPicture() {
+sk_sp<PaintRecord> ImageBufferSurface::getPicture() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698