| Index: sky/engine/core/rendering/RenderLayer.h
|
| diff --git a/sky/engine/core/rendering/RenderLayer.h b/sky/engine/core/rendering/RenderLayer.h
|
| index b254c330cf0b83ebda09f76904ed401a832fd532..727a4386d93a10ce7d4ad7803a345311ebb4e0f8 100644
|
| --- a/sky/engine/core/rendering/RenderLayer.h
|
| +++ b/sky/engine/core/rendering/RenderLayer.h
|
| @@ -277,7 +277,6 @@ public:
|
| // FIXME: This should return a reference.
|
| CompositedLayerMapping* ensureCompositedLayerMapping();
|
| GraphicsLayer* graphicsLayerBacking() const;
|
| - GraphicsLayer* graphicsLayerBackingForScrolling() const;
|
| // NOTE: If you are using hasCompositedLayerMapping to determine the state of compositing for this layer,
|
| // (and not just to do bookkeeping related to the mapping like, say, allocating or deallocating a mapping),
|
| // then you may have incorrect logic. Use compositingState() instead.
|
|
|