| Index: third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutVideo.h b/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| index e96d9112978712676f17156c84c29b18e5e8e911..b878b65a10fcd110ce7a0f6c07211c88f0b5f2cf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| @@ -37,7 +37,7 @@ public:
|
| LayoutVideo(HTMLVideoElement*);
|
| ~LayoutVideo() override;
|
|
|
| - IntRect videoBox() const;
|
| + LayoutRect videoBox() const;
|
|
|
| static LayoutSize defaultSize();
|
|
|
|
|