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

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

Issue 375673002: Remove unneeded getters/setters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add more Created 6 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: Source/core/html/HTMLEmbedElement.h
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h
index becba85d94c2d87d071c84b9d88c4650cdaa3061..cdab573cc5e559e496d146d042275e88f9236dd8 100644
--- a/Source/core/html/HTMLEmbedElement.h
+++ b/Source/core/html/HTMLEmbedElement.h
@@ -44,7 +44,6 @@ private:
virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
- virtual const AtomicString imageSourceURL() const OVERRIDE;
virtual RenderWidget* existingRenderWidget() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698