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

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

Issue 1193433004: Blink-side contiguous allocation of display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready for review Created 5 years, 6 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/ClipRecorder.h
diff --git a/Source/platform/graphics/paint/ClipRecorder.h b/Source/platform/graphics/paint/ClipRecorder.h
index 5418754cfa8046d30723715edc68e1f56fdf0c29..16598914587a8db27abf5007a66281b8a5b3f2da 100644
--- a/Source/platform/graphics/paint/ClipRecorder.h
+++ b/Source/platform/graphics/paint/ClipRecorder.h
@@ -16,7 +16,7 @@ class GraphicsContext;
class PLATFORM_EXPORT ClipRecorder {
WTF_MAKE_FAST_ALLOCATED(ClipRecorder);
public:
- ClipRecorder(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type, const LayoutRect& clipRect, SkRegion::Op = SkRegion::kIntersect_Op);
+ ClipRecorder(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type, const LayoutRect& clipRect);
~ClipRecorder();
private:
DisplayItemClientWrapper m_client;

Powered by Google App Engine
This is Rietveld 408576698