| Index: third_party/WebKit/Source/platform/Length.h
|
| diff --git a/third_party/WebKit/Source/platform/Length.h b/third_party/WebKit/Source/platform/Length.h
|
| index fe085d99c73fb8d2e727d30a62c347a21d643d2d..6e267fee1928595015edf5fa74089126765b4fda 100644
|
| --- a/third_party/WebKit/Source/platform/Length.h
|
| +++ b/third_party/WebKit/Source/platform/Length.h
|
| @@ -172,9 +172,9 @@ public:
|
| return getFloatValue();
|
| }
|
|
|
| - PixelsAndPercent pixelsAndPercent() const;
|
| + PixelsAndPercent getPixelsAndPercent() const;
|
|
|
| - CalculationValue& calculationValue() const;
|
| + CalculationValue& getCalculationValue() const;
|
|
|
| LengthType type() const { return static_cast<LengthType>(m_type); }
|
| bool quirk() const { return m_quirk; }
|
|
|