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

Unified Diff: Source/platform/graphics/paint/DrawingDisplayItem.h

Issue 947893002: Implement SVG masking with slimming paint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious change Created 5 years, 10 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: Source/platform/graphics/paint/DrawingDisplayItem.h
diff --git a/Source/platform/graphics/paint/DrawingDisplayItem.h b/Source/platform/graphics/paint/DrawingDisplayItem.h
index 7eae17ec1f4fdb07a1af1a67c208a10f17b28ddd..882eecf2d27ac48bd5ec70269ab866b89449d850 100644
--- a/Source/platform/graphics/paint/DrawingDisplayItem.h
+++ b/Source/platform/graphics/paint/DrawingDisplayItem.h
@@ -26,7 +26,6 @@ public:
PassRefPtr<const SkPicture> picture() const { return m_picture; }
-protected:
ajuma 2015/02/23 18:19:28 Spurious change?
pdr. 2015/02/23 22:00:55 We need to make this public so it can be created e
DrawingDisplayItem(DisplayItemClient client, Type type, PassRefPtr<const SkPicture> picture)
: DisplayItem(client, type), m_picture(picture)
{

Powered by Google App Engine
This is Rietveld 408576698