Chromium Code Reviews| Index: Source/core/html/HTMLImageElement.h |
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
| index 5f238cd6619a8ee1a5dc5b95e042cc31e07d70b4..731c8d10031c88cff443d83f8eb5fc59cb1d9f6c 100644 |
| --- a/Source/core/html/HTMLImageElement.h |
| +++ b/Source/core/html/HTMLImageElement.h |
| @@ -130,6 +130,7 @@ private: |
| AtomicString m_bestFitImageURL; |
| float m_imageDevicePixelRatio; |
| bool m_formWasSetByParser; |
| + int m_effectiveSize; |
| }; |
| } //namespace |