| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| index a89cc5988c0e902e2d7d75c19013b1a827cc7596..39680f4b882d225263023b479d12192712de7c31 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -316,7 +316,7 @@ bool HTMLVideoElement::wouldTaintOrigin(SecurityOrigin* destinationSecurityOrigi
|
| return !isMediaDataCORSSameOrigin(destinationSecurityOrigin);
|
| }
|
|
|
| -FloatSize HTMLVideoElement::elementSize() const
|
| +FloatSize HTMLVideoElement::elementSize(const FloatSize&) const
|
| {
|
| return FloatSize(videoWidth(), videoHeight());
|
| }
|
|
|