Index: sky/engine/core/rendering/RenderLayer.h |
diff --git a/sky/engine/core/rendering/RenderLayer.h b/sky/engine/core/rendering/RenderLayer.h |
index 26e248bf28492683c353c0d7bd7f1aed99bb3597..a49b8350f86f65b4cf06f99d7bdc4ea47405ec1e 100644 |
--- a/sky/engine/core/rendering/RenderLayer.h |
+++ b/sky/engine/core/rendering/RenderLayer.h |
@@ -164,13 +164,8 @@ public: |
void setSubpixelAccumulation(const LayoutSize&); |
bool hasTransform() const { return renderer()->hasTransform(); } |
- // Note that this transform has the transform-origin baked in. |
+ // This transform has the transform-origin baked in. |
TransformationMatrix* transform() const { return m_transform.get(); } |
- // currentTransform computes a transform which takes accelerated animations into account. The |
- // resulting transform has transform-origin baked in. If the layer does not have a transform, |
- // returns the identity matrix. |
- TransformationMatrix currentTransform(RenderStyle::ApplyTransformOrigin = RenderStyle::IncludeTransformOrigin) const; |
- TransformationMatrix renderableTransform() const; |
// Get the perspective transform, which is applied to transformed sublayers. |
// Returns true if the layer has a -webkit-perspective. |
@@ -193,8 +188,6 @@ public: |
// Only safe to call from RenderBox::destroyLayer() |
void operator delete(void*); |
- bool paintsWithTransform() const; |
- |
FilterOperations computeFilterOperations(const RenderStyle*); |
bool paintsWithFilters() const; |
bool requiresFullLayerImageForFilters() const; |