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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

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/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index 21a25d02a8e531857bbb021f69bc2059c5971c99..f0116389b3edebaff273ddb15f953e9be9ba0f10 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -335,8 +335,8 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
std::unique_ptr<JSONObject> layerAsJSONInternal(LayerTreeFlags,
RenderingContextMap&) const;
- sk_sp<SkPicture> capturePicture();
- void checkPaintUnderInvalidations(const SkPicture&);
+ sk_sp<PaintRecord> capturePicture();
+ void checkPaintUnderInvalidations(const PaintRecord&);
GraphicsLayerClient* m_client;

Powered by Google App Engine
This is Rietveld 408576698