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 38bda7926ea21ac560f08d5619230eddac282be7..255160d5636342b8e1967d4ca715c6c4d957f8cd 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
@@ -284,7 +284,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; |