Index: third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp b/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp |
index a514d217ac5f5694b8413738df9af94b3a73d947..5ff72f56d804ef50e5f08dfbd3aab7cc2fcd9f27 100644 |
--- a/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp |
@@ -31,7 +31,7 @@ void drawEmptyClip(GraphicsContext& context, |
LayoutRect rect(1, 1, 9, 9); |
ClipRect clipRect(rect); |
LayerClipRecorder LayerClipRecorder( |
- context, *layoutView.compositor()->rootLayer()->layoutObject(), |
+ context, layoutView.compositor()->rootLayer()->layoutObject(), |
DisplayItem::kClipLayerForeground, clipRect, 0, LayoutPoint(), |
PaintLayerFlags()); |
} |
@@ -43,7 +43,7 @@ void drawRectInClip(GraphicsContext& context, |
IntRect rect(1, 1, 9, 9); |
ClipRect clipRect((LayoutRect(rect))); |
LayerClipRecorder LayerClipRecorder( |
- context, *layoutView.compositor()->rootLayer()->layoutObject(), |
+ context, layoutView.compositor()->rootLayer()->layoutObject(), |
DisplayItem::kClipLayerForeground, clipRect, 0, LayoutPoint(), |
PaintLayerFlags()); |
if (!LayoutObjectDrawingRecorder::useCachedDrawingIfPossible( |