Index: third_party/WebKit/Source/core/layout/LayoutVideo.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutVideo.h b/third_party/WebKit/Source/core/layout/LayoutVideo.h |
index 03d3efec29513161a0cad25d1d28561419af8b37..c098ec2b73f7b95892f40cfe18317e023a43d69a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h |
@@ -55,7 +55,7 @@ private: |
LayoutSize calculateIntrinsicSize(); |
void updateIntrinsicSize(); |
- void imageChanged(WrappedImagePtr, const IntRect*) override; |
+ void imageChanged(bool isNotifyingFinish, WrappedImagePtr, const IntRect*) override; |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectVideo || LayoutMedia::isOfType(type); } |