| 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 c0f063a79ee5a6195b88cc0ad1414ee085295bfa..30193b8edc235b7025d4ba5d579dcb8d3c1fd12f 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -240,7 +240,7 @@ private:
|
| void createPrimaryGraphicsLayer();
|
| void destroyGraphicsLayers();
|
|
|
| - PassOwnPtr<GraphicsLayer> createGraphicsLayer(CompositingReasons);
|
| + PassOwnPtr<GraphicsLayer> createGraphicsLayer(CompositingReasons, SquashingDisallowedReasons = SquashingDisallowedReasonsNone);
|
| bool toggleScrollbarLayerIfNeeded(OwnPtr<GraphicsLayer>&, bool needsLayer, CompositingReasons);
|
|
|
| LayoutBoxModelObject* layoutObject() const { return m_owningLayer.layoutObject(); }
|
|
|