| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| index e36167875516589dbbc200a0788a5423d9c904a6..628b8ea9a2433000d5b2efd880c9615fe12476aa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -28,6 +28,7 @@
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/dom/DOMTokenList.h"
|
| #include "core/dom/IconURL.h"
|
| +#include "core/dom/StyleEngineContext.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| #include "core/fetch/StyleSheetResource.h"
|
| #include "core/fetch/StyleSheetResourceClient.h"
|
| @@ -121,6 +122,7 @@ private:
|
| Member<CSSStyleSheet> m_sheet;
|
| DisabledState m_disabledState;
|
| PendingSheetType m_pendingSheetType;
|
| + StyleEngineContext m_styleEngineContext;
|
| bool m_loading;
|
| bool m_firedLoad;
|
| bool m_loadedSheet;
|
|
|