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

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

Issue 1277013005: Images from content:url() aren't loading if the alt attribute is present (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 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/HTMLImageElement.h
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
index b267775dd768d55ee907cffd52eaf9342c7aa35d..67edf93352c895755d90fcd73d807aaf2b539da1 100644
--- a/Source/core/html/HTMLImageElement.h
+++ b/Source/core/html/HTMLImageElement.h
@@ -93,6 +93,7 @@ public:
HTMLFormElement* formOwner() const override;
void formRemovedFromTree(const Node& formRoot);
virtual void ensureFallbackContent();
+ virtual void ensureFallbackForGeneratedContent();
virtual void ensurePrimaryContent();
// CanvasImageSource implementation
« no previous file with comments | « LayoutTests/fast/images/content-url-image-with-alt-text-expected.html ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698