| Index: third_party/WebKit/Source/core/dom/StyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleElement.h b/third_party/WebKit/Source/core/dom/StyleElement.h
|
| index 91921b18fab6acd981fa6a2f0710f39e66f138ca..763a45bd7393f147c4738c2727e24b1b127e794d 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleElement.h
|
| @@ -22,6 +22,7 @@
|
| #define StyleElement_h
|
|
|
| #include "core/css/CSSStyleSheet.h"
|
| +#include "core/dom/StyleEngineContext.h"
|
| #include "wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
| @@ -69,6 +70,7 @@ private:
|
| bool m_loading : 1;
|
| bool m_registeredAsCandidate : 1;
|
| TextPosition m_startPosition;
|
| + StyleEngineContext m_styleEngineContext;
|
| };
|
|
|
| } // namespace blink
|
|
|