| Index: third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
|
| index 1c952fdf3fdf4cb301eb623cf0d7a8e19eff0035..651d05cc425651aaca2f5f867a30c315e36fd074 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
|
| @@ -33,7 +33,6 @@
|
| #include "core/CoreExport.h"
|
| #include "core/html/HTMLDivElement.h"
|
| #include "core/html/HTMLInputElement.h"
|
| -#include "core/layout/LayoutBlock.h"
|
| #include "public/platform/WebLocalizedString.h"
|
|
|
| namespace blink {
|
| @@ -74,7 +73,7 @@ enum MediaControlElementType {
|
| };
|
|
|
| CORE_EXPORT const HTMLMediaElement* toParentMediaElement(const Node*);
|
| -inline const HTMLMediaElement* toParentMediaElement(const LayoutObject& layoutObject) { return toParentMediaElement(layoutObject.node()); }
|
| +CORE_EXPORT const HTMLMediaElement* toParentMediaElement(const LayoutObject&);
|
|
|
| CORE_EXPORT MediaControlElementType mediaControlElementType(const Node*);
|
|
|
|
|