| Index: Source/core/dom/ViewportDescription.h
|
| diff --git a/Source/core/dom/ViewportDescription.h b/Source/core/dom/ViewportDescription.h
|
| index 53eed2688f5ac3699e52e0cee31ce292d2609d8e..2f4b13fbd86dee7c6cc5c97a8ddc9f3a8e3eabbc 100644
|
| --- a/Source/core/dom/ViewportDescription.h
|
| +++ b/Source/core/dom/ViewportDescription.h
|
| @@ -70,7 +70,7 @@ struct ViewportDescription {
|
| }
|
|
|
| // All arguments are in CSS units.
|
| - PageScaleConstraints resolve(const FloatSize& initialViewportSize) const;
|
| + PageScaleConstraints resolve(const FloatSize& initialViewportSize, Length legacyFallbackWidth) const;
|
|
|
| Length minWidth;
|
| Length maxWidth;
|
|
|