Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: third_party/WebKit/Source/core/html/HTMLEmbedElement.h

Issue 2132403003: Rewriting YouTube Flash embeds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewriting YouTube Flash embeds Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698