| Index: sky/engine/platform/graphics/GraphicsLayer.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsLayer.h b/sky/engine/platform/graphics/GraphicsLayer.h
|
| index 6c2388b257f88194e3e1ca000711220526644e4a..42a898899a6858462a887702b13b1ff6501a6439 100644
|
| --- a/sky/engine/platform/graphics/GraphicsLayer.h
|
| +++ b/sky/engine/platform/graphics/GraphicsLayer.h
|
| @@ -165,7 +165,6 @@ public:
|
| void setOpacity(float);
|
|
|
| void setBlendMode(WebBlendMode);
|
| - void setIsRootForIsolatedGroup(bool);
|
|
|
| void setFilters(const FilterOperations&);
|
|
|
| @@ -290,7 +289,6 @@ private:
|
| bool m_masksToBounds : 1;
|
| bool m_drawsContent : 1;
|
| bool m_contentsVisible : 1;
|
| - bool m_isRootForIsolatedGroup : 1;
|
|
|
| bool m_hasScrollParent : 1;
|
| bool m_hasClipParent : 1;
|
|
|