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 ab6deeb1a452b50dac4f0d1c44d344b7e6da9446..a89cc5988c0e902e2d7d75c19013b1a827cc7596 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
@@ -285,7 +285,7 @@ KURL HTMLVideoElement::posterImageURL() const |
return document().completeURL(url); |
} |
-PassRefPtr<Image> HTMLVideoElement::getSourceImageForCanvas(SourceImageStatus* status, AccelerationHint) const |
+PassRefPtr<Image> HTMLVideoElement::getSourceImageForCanvas(SourceImageStatus* status, AccelerationHint, SnapshotReason) const |
{ |
if (!hasAvailableVideoFrame()) { |
*status = InvalidSourceImageStatus; |