| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 08b884417cd20c28da7db087764db527a333087e..12d581c41d796b2b88be150c794965a90f2762c3 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -321,7 +321,6 @@ public:
|
| void setParsing(bool);
|
| bool parsing() const { return m_isParsing; }
|
|
|
| - bool shouldScheduleLayout() const;
|
| int elapsedTime() const;
|
|
|
| TextLinkColors& textLinkColors() { return m_textLinkColors; }
|
|
|