| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 22dd3c4856bd6c8a005b0a862d7b6958c4642952..dec1eae910e86fb1ee3ed5aed2f4b0b038da5e7f 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -337,6 +337,7 @@ private:
|
| FloatPoint m_replicatedLayerPosition; // For a replica layer, the position of the replica.
|
|
|
| IntRect m_contentsRect;
|
| + IntRect m_containingRect;
|
|
|
| int m_paintCount;
|
|
|
|
|