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

Unified Diff: Source/core/paint/ClipRecorder.h

Issue 718943003: Rename updateIntrinsicContentLogicalHeight to setIntrinsicContentLogicalHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tryin' again Created 6 years 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
« no previous file with comments | « Source/core/paint/BlockFlowPainter.cpp ('k') | Source/core/paint/ClipRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ClipRecorder.h
diff --git a/Source/core/paint/ClipRecorder.h b/Source/core/paint/ClipRecorder.h
index 5da1261da0db7c424b3cba9b8cae862fe2b3f464..2362f75ab0a3d7c5018d0f9ad60799e53a10d393 100644
--- a/Source/core/paint/ClipRecorder.h
+++ b/Source/core/paint/ClipRecorder.h
@@ -5,6 +5,7 @@
#ifndef ClipRecorder_h
#define ClipRecorder_h
+#include "SkRegion.h"
#include "core/rendering/RenderLayerModelObject.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/graphics/paint/DisplayItem.h"
@@ -17,7 +18,7 @@ struct PaintInfo;
class ClipRecorder {
public:
- ClipRecorder(RenderLayerModelObject&, const PaintInfo&, const LayoutRect& clipRect);
+ ClipRecorder(RenderLayerModelObject&, const PaintInfo&, const LayoutRect& clipRect, SkRegion::Op = SkRegion::kIntersect_Op);
~ClipRecorder();
static DisplayItem::Type paintPhaseToClipType(PaintPhase);
« no previous file with comments | « Source/core/paint/BlockFlowPainter.cpp ('k') | Source/core/paint/ClipRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698