| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 6e144688fd68052960ca8d70b11ddbac3433fc81..abbe518cd150b3f5e5dc1d769847b4054895d44f 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -263,8 +263,6 @@ public:
|
| return !renderer()->hasColumns() && !renderer()->hasTransform() && !renderer()->isSVGRoot();
|
| }
|
|
|
| - void convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntPoint& location) const;
|
| - void convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntRect&) const;
|
| void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const;
|
| void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutRect&) const;
|
|
|
| @@ -297,9 +295,6 @@ public:
|
| };
|
| LayoutRect boundingBoxForCompositing(const RenderLayer* ancestorLayer = 0, CalculateBoundsOptions = DoNotApplyBoundsChickenEggHacks) const;
|
|
|
| - // WARNING: This method returns the offset for the parent as this is what updateLayerPositions expects.
|
| - LayoutPoint computeOffsetFromRoot(bool& hasLayerOffset) const;
|
| -
|
| LayoutUnit staticInlinePosition() const { return m_staticInlinePosition; }
|
| LayoutUnit staticBlockPosition() const { return m_staticBlockPosition; }
|
|
|
| @@ -344,9 +339,6 @@ public:
|
| // compositing state may legally be read.
|
| bool isAllowedToQueryCompositingState() const;
|
|
|
| - // This returns true if our current phase is the compositing update.
|
| - bool isInCompositingUpdate() const;
|
| -
|
| CompositedLayerMappingPtr compositedLayerMapping() const;
|
| CompositedLayerMappingPtr ensureCompositedLayerMapping();
|
|
|
| @@ -412,7 +404,6 @@ public:
|
| Node* enclosingElement() const;
|
|
|
| bool isInTopLayer() const;
|
| - bool isInTopLayerSubtree() const;
|
|
|
| enum ViewportConstrainedNotCompositedReason {
|
| NoNotCompositedReason = 0,
|
|
|