Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
index bd0eb79e3e07df095a51557c5175d152bf8a2655..71811fd930e6a96c249159be7bff31f50ecfea19 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
@@ -80,7 +80,7 @@ public: |
KURL posterImageURL() const override; |
// CanvasImageSource implementation |
- PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint) const override; |
+ PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason) const override; |
bool isVideoElement() const override { return true; } |
bool wouldTaintOrigin(SecurityOrigin*) const override; |
FloatSize elementSize() const override; |