| 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 9978dfc6a3e3154436b315b5fad5e423733dd30b..40fef19356d7cd2a4513ee934c72933acb76ec58 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -71,6 +71,10 @@ class CORE_EXPORT HTMLImageElement final
|
|
|
| unsigned naturalWidth() const;
|
| unsigned naturalHeight() const;
|
| +
|
| + unsigned layoutBoxWidth() const;
|
| + unsigned layoutBoxHeight() const;
|
| +
|
| const String& currentSrc() const;
|
|
|
| bool isServerMap() const;
|
|
|