Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
index 407d7d15b9b06ff33068c6121bf0b2e457ba75ce..6c41a0bfc99fc540dcdeae7ee9074f91a74419a5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
@@ -1005,7 +1005,7 @@ bool HTMLCanvasElement::wouldTaintOrigin(SecurityOrigin*) const |
return !originClean(); |
} |
-FloatSize HTMLCanvasElement::elementSize() const |
+FloatSize HTMLCanvasElement::elementSize(const FloatSize&) const |
{ |
return FloatSize(width(), height()); |
} |