| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 731c8d10031c88cff443d83f8eb5fc59cb1d9f6c..7ab6af7520b648e8ef15c92c27e604785bdc96d6 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -47,6 +47,7 @@ public:
|
|
|
| int naturalWidth() const;
|
| int naturalHeight() const;
|
| + const AtomicString& currentSrc() const;
|
|
|
| bool isServerMap() const;
|
|
|
| @@ -130,7 +131,6 @@ private:
|
| AtomicString m_bestFitImageURL;
|
| float m_imageDevicePixelRatio;
|
| bool m_formWasSetByParser;
|
| - int m_effectiveSize;
|
| };
|
|
|
| } //namespace
|
|
|