Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 13733cc92c4a760be633851ffd47653235c65c72..2fa97b1e1bdfec6c0561aa2b989d2dc3b5096f7c 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -190,8 +190,6 @@ class CC_EXPORT LayerImpl { |
bool IsAffectedByPageScale() const; |
- gfx::Vector2dF FixedContainerSizeDelta() const; |
- |
bool Is3dSorted() const { return GetSortingContextId() != 0; } |
void SetUseParentBackfaceVisibility(bool use) { |