| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index a22b28bc15e2d5cbab73068095cf2a66f28927c1..bbd9550571a1739016a3c98cb8402875a398267d 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -157,7 +157,8 @@ public:
|
| // Notification from the renderer that its content changed.
|
| void contentChanged(ContentChangeType);
|
|
|
| - LayoutRect compositedBounds() const;
|
| + LayoutRect compositedBounds() const { return m_compositedBounds; }
|
| + IntRect pixelSnappedCompositedBounds() const;
|
| void setCompositedBounds(const LayoutRect&);
|
| void updateCompositedBounds();
|
|
|
|
|