| 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 51cdc062ce5651be6ba882ea5265707883fac036..d72f4836062b13b9c1f41734c6144d65f993f1d5 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);
|
| }
|
| }
|
|
|