| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index 671a53333085fffd39e548696bd8f7c48168b0ef..e5898d75c6d9c29358484059c1496028829229a0 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -299,7 +299,7 @@ private:
|
|
|
| static bool hasVisibleNonCompositingDescendant(PaintLayer* parent);
|
|
|
| - void doPaintTask(const GraphicsLayerPaintInfo&, const GraphicsLayer&, const PaintLayerFlags&, GraphicsContext*, const IntRect& clip) const;
|
| + void doPaintTask(const GraphicsLayerPaintInfo&, const GraphicsLayer&, const PaintLayerFlags&, GraphicsContext&, const IntRect& clip) const;
|
|
|
| // Computes the background clip rect for the given squashed layer, up to any containing layer that is squashed into the
|
| // same squashing layer and contains this squashed layer's clipping ancestor.
|
|
|