| 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 a59a43fdf3251de7655b7ee8d4e1a521c66b6ec7..de25289173e9f3bf6a2736e79ff81b7c1d1451e8 100644
|
| --- a/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/LayerClipRecorderTest.cpp
|
| @@ -51,8 +51,8 @@ void drawRectInClip(GraphicsContext& context, LayoutView& layoutView, PaintPhase
|
| IntRect rect(1, 1, 9, 9);
|
| ClipRect clipRect((LayoutRect(rect)));
|
| LayerClipRecorder LayerClipRecorder(context, *layoutView.compositor()->rootLayer()->layoutObject(), DisplayItem::ClipLayerForeground, clipRect, 0, LayoutPoint(), PaintLayerFlags());
|
| - if (!LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(context, layoutView, phase, LayoutPoint())) {
|
| - LayoutObjectDrawingRecorder drawingRecorder(context, layoutView, phase, bound, LayoutPoint());
|
| + if (!LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(context, layoutView, phase)) {
|
| + LayoutObjectDrawingRecorder drawingRecorder(context, layoutView, phase, bound);
|
| context.drawRect(rect);
|
| }
|
| }
|
|
|