| Index: Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/layout/compositing/CompositedLayerMapping.h b/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index 9cc210d2e8a6951dd9809210e77f721c99bc25b3..64bd7c6c7a8fadf0f193bd81da4ca19da9c071ef 100644
|
| --- a/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -165,7 +165,7 @@ public:
|
| // position.
|
| GraphicsLayer* detachLayerForOverflowControls(const Layer& enclosingLayer);
|
|
|
| - void updateFilters(const LayoutStyle*);
|
| + void updateFilters(const LayoutStyle&);
|
|
|
| void setBlendMode(WebBlendMode);
|
|
|
| @@ -254,11 +254,11 @@ private:
|
| // Result is transform origin in pixels.
|
| FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
|
|
|
| - void updateOpacity(const LayoutStyle*);
|
| - void updateTransform(const LayoutStyle*);
|
| - void updateLayerBlendMode(const LayoutStyle*);
|
| + void updateOpacity(const LayoutStyle&);
|
| + void updateTransform(const LayoutStyle&);
|
| + void updateLayerBlendMode(const LayoutStyle&);
|
| void updateIsRootForIsolatedGroup();
|
| - void updateScrollBlocksOn(const LayoutStyle*);
|
| + void updateScrollBlocksOn(const LayoutStyle&);
|
| // Return the opacity value that this layer should use for compositing.
|
| float compositingOpacity(float rendererOpacity) const;
|
|
|
|
|