| 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 b6bc79420e6cb9a344488639c75704dc5dc3e88f..f8a4e3aeba5e9c6ce1f54ab5f9c25d11dd8e9b6b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
|
| @@ -78,7 +78,7 @@ void LayoutMedia::layout()
|
|
|
| LayoutBox* layoutBox = toLayoutBox(child);
|
| layoutBox->setLocation(newRect.location());
|
| - // TODO(philipj): Remove the mutableStyleRef() and depend on CSS
|
| + // TODO(foolip): Remove the mutableStyleRef() and depend on CSS
|
| // width/height: inherit to match the media element size.
|
| layoutBox->mutableStyleRef().setHeight(Length(newRect.height(), Fixed));
|
| layoutBox->mutableStyleRef().setWidth(Length(newRect.width(), Fixed));
|
|
|