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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.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/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index 0d767375fbc96ea60bd428f62cb90067bbb4cdbb..ec8c6af4b31931417a01f914924d29f82201458c 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -323,7 +323,7 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
RenderingContextMap&) const;
sk_sp<PaintRecord> captureRecord();
- void checkPaintUnderInvalidations(const PaintRecord&);
+ void checkPaintUnderInvalidations(sk_sp<PaintRecord>);
GraphicsLayerClient* m_client;

Powered by Google App Engine
This is Rietveld 408576698