| 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 b7c0dc5996427a8266f5e68f0d7ddc951d06726c..00708477015851323fde963db8c19fb9a076d2b9 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h | 
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h | 
| @@ -79,7 +79,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; | 
|  |