| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| index dd7708107c10461adb0b59267b54af2b23c84dcb..b3d9ac393f7dac7acceba4ee87763dad5eef16e8 100644
|
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| @@ -167,7 +167,7 @@ public:
|
| // position.
|
| GraphicsLayer* detachLayerForOverflowControls(const DeprecatedPaintLayer& enclosingLayer);
|
|
|
| - void updateFilters(const LayoutStyle&);
|
| + void updateFilters(const ComputedStyle&);
|
|
|
| void setBlendMode(WebBlendMode);
|
|
|
| @@ -257,11 +257,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 ComputedStyle&);
|
| + void updateTransform(const ComputedStyle&);
|
| + void updateLayerBlendMode(const ComputedStyle&);
|
| void updateIsRootForIsolatedGroup();
|
| - void updateScrollBlocksOn(const LayoutStyle&);
|
| + void updateScrollBlocksOn(const ComputedStyle&);
|
| // Return the opacity value that this layer should use for compositing.
|
| float compositingOpacity(float rendererOpacity) const;
|
|
|
|
|