| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index bcf7b4abad7e8188caac09b946fe0c3cc0109268..fec48e540949c94468d160c922a5befe7bbac180 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -148,9 +148,6 @@ public:
|
| // FIXME: Remove this method once plugin loading is decoupled from layout.
|
| void flushAnyPendingPostLayoutTasks();
|
|
|
| - void setHasSoftwareFilters(bool hasSoftwareFilters) { m_hasSoftwareFilters = hasSoftwareFilters; }
|
| - bool hasSoftwareFilters() const { return m_hasSoftwareFilters; }
|
| -
|
| bool isActive() const;
|
|
|
| // FIXME: This should probably be renamed as the 'inSubtreeLayout' parameter
|
|
|