Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.h |
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h |
| index 58be428828d24191427e8a94ae7c8de2c065ec35..068230ce35c573a5e4f375826b13b11b36cedd19 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.h |
| @@ -41,6 +41,8 @@ private: |
| bool isPresentationAttribute(const QualifiedName&) const override; |
| void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
| + bool rewriteYouTubeFlashEmbeds(String const & baseUrl); |
|
Mike West
2016/07/12 13:56:09
Nit: `const String&`
Nit: `host` is probably a be
|
| + |
| bool layoutObjectIsNeeded(const ComputedStyle&) override; |
| bool isURLAttribute(const Attribute&) const override; |