| Index: third_party/WebKit/Source/platform/LengthFunctions.h
|
| diff --git a/third_party/WebKit/Source/platform/LengthFunctions.h b/third_party/WebKit/Source/platform/LengthFunctions.h
|
| index db7e505fa583cd9f29cca7195e21b24bd47ba9c9..68d1bf77fdc6b016e200036fba03d5a00708dc69 100644
|
| --- a/third_party/WebKit/Source/platform/LengthFunctions.h
|
| +++ b/third_party/WebKit/Source/platform/LengthFunctions.h
|
| @@ -33,7 +33,7 @@ class LayoutUnit;
|
| class Length;
|
| class LengthSize;
|
|
|
| -PLATFORM_EXPORT int intValueForLength(const Length&, LayoutUnit maximumValue);
|
| +PLATFORM_EXPORT int intValueForLength(const Length&, int maximumValue);
|
| PLATFORM_EXPORT float floatValueForLength(const Length&, float maximumValue);
|
| PLATFORM_EXPORT LayoutUnit minimumValueForLength(const Length&, LayoutUnit maximumValue);
|
| PLATFORM_EXPORT LayoutUnit roundedMinimumValueForLength(const Length&, LayoutUnit maximumValue);
|
|
|