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

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

Issue 2743363006: Clean up cc/paint interfaces (Closed)
Patch Set: Fix PaintControllerTest v2 Created 3 years, 9 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/GraphicsContext.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
index 617112d1588df00f8646ae21afdc70686207c043..98a52df8d60ea99ad308108953deb575360ab076 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
@@ -177,7 +177,7 @@ class PLATFORM_EXPORT GraphicsContext {
void strokeRect(const FloatRect&, float lineWidth);
- void drawRecord(const PaintRecord*);
+ void drawRecord(sk_sp<const PaintRecord>);
void compositeRecord(sk_sp<PaintRecord>,
const FloatRect& dest,
const FloatRect& src,

Powered by Google App Engine
This is Rietveld 408576698