| 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 cb89768adfa0613340d1067007eca892f9886b1a..04564590f1f7b481d5c810af3f1ebfac17827835 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -68,6 +68,7 @@ public:
|
| LinkResourceType type() const override { return Style; }
|
| void process() override;
|
| void ownerRemoved() override;
|
| + void mediaChanged() override;
|
| bool hasLoaded() const override { return m_loadedSheet; }
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|