Chromium Code Reviews| Index: Source/core/rendering/compositing/CompositedLayerMapping.h |
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h |
| index 8adae1c6c231cda0fae8597d7a40a56564b07f2d..16ed043593ba24a3420c0de9925cf0d6e2978e71 100644 |
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h |
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h |
| @@ -199,6 +199,8 @@ public: |
| virtual String debugName(const GraphicsLayer*) OVERRIDE; |
| + LayoutSize contentOffsetInCompositingLayer() const; |
|
Ian Vollick
2014/04/24 03:15:28
Thanks for fixing the typo :)
|
| + |
| private: |
| void createPrimaryGraphicsLayer(); |
| void destroyGraphicsLayers(); |
| @@ -234,7 +236,6 @@ private: |
| GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const; |
| - LayoutSize contentOffsetInCompostingLayer() const; |
| // Result is transform origin in pixels. |
| FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const; |