| Index: third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| index 4690bed60d5a714446e0704c31659529cb7d74c0..dd0b0b6194d1e25220d0c03e8f044b584fcaf2d0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| @@ -48,7 +48,7 @@ void LayoutMedia::layout() {
|
|
|
| LayoutRect newRect = contentBoxRect();
|
|
|
| - LayoutState state(*this, locationOffset());
|
| + LayoutState state(*this);
|
|
|
| // Iterate the children in reverse order so that the media controls are laid
|
| // out before the text track container. This is to ensure that the text
|
|
|