Index: third_party/WebKit/Source/core/html/HTMLImageElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h |
index 2dbdc0fe162bf713813ef4ad6c61401528e93255..24ed8a79450f4ab70edbeab72d59116626da051e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h |
@@ -113,7 +113,7 @@ public: |
void setUseFallbackContent(); |
void setIsFallbackImage() { m_isFallbackImage = true; } |
- FetchRequest::ResourceWidth resourceWidth(); |
+ FetchRequest::ResourceWidth getResourceWidth(); |
float sourceSize(Element&); |
void forceReload() const; |