Index: Source/core/html/HTMLImageLoader.h |
diff --git a/Source/core/html/HTMLImageLoader.h b/Source/core/html/HTMLImageLoader.h |
index 22e08edebe8a8768249821c0871181830c60c860..a2d11be85be73fa73a6ab485ff51aaaaed0c97ff 100644 |
--- a/Source/core/html/HTMLImageLoader.h |
+++ b/Source/core/html/HTMLImageLoader.h |
@@ -41,7 +41,11 @@ public: |
virtual void notifyFinished(Resource*) override; |
private: |
+ Timer<HTMLImageLoader> m_loadFallbackContentTimer; |
+ void timerFired(Timer<HTMLImageLoader>*); |
explicit HTMLImageLoader(Element*); |
+ virtual void noImageResourceToLoad() override; |
+ void ensureFallbackContent(); |
}; |
} |