Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index bb2b283e38052c1f50d3107078d0f3a2e3f66581..28a4e9a84472eec9742e088cdc6da689828fb742 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -109,6 +109,8 @@ public: |
float sourceSize(Element&); |
+ HTMLImageLoader& imageLoader() const { return *m_imageLoader; } |
+ |
protected: |
explicit HTMLImageElement(Document&, HTMLFormElement* = 0, bool createdByParser = false); |
@@ -145,7 +147,6 @@ private: |
void resetFormOwner(); |
ImageCandidate findBestFitImageFromPictureParent(); |
void setBestFitURLAndDPRFromImageCandidate(const ImageCandidate&); |
- HTMLImageLoader& imageLoader() const { return *m_imageLoader; } |
void notifyViewportChanged(); |
void createMediaQueryListIfDoesNotExist(); |