Chromium Code Reviews| Index: Source/core/html/ImageDocument.h |
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h |
| index 896a46261da7f9affb5c064c054959087710a58b..26d6aeeb8ebf851cceb9adcae91480b1c573ad5a 100644 |
| --- a/Source/core/html/ImageDocument.h |
| +++ b/Source/core/html/ImageDocument.h |
| @@ -46,6 +46,7 @@ public: |
| void windowSizeChanged(); |
| void imageUpdated(); |
| void imageClicked(int x, int y); |
| + LayoutSize cachedImageSize(float) const; |
| private: |
| ImageDocument(const DocumentInit&); |