| Index: third_party/WebKit/Source/core/css/MediaValues.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValues.cpp b/third_party/WebKit/Source/core/css/MediaValues.cpp
|
| index d8a7ed04fd169d763b73de998cb54da0f15111a6..d2be2db87135652d30d8a6b1be9c70f4527dee5a 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValues.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaValues.cpp
|
| @@ -179,9 +179,9 @@ bool MediaValues::ComputeLengthImpl(double value,
|
| double viewport_height,
|
| double& result) {
|
| // The logic in this function is duplicated from
|
| - // CSSToLengthConversionData::zoomedComputedPixels() because
|
| - // MediaValues::computeLength() needs nearly identical logic, but we haven't
|
| - // found a way to make CSSToLengthConversionData::zoomedComputedPixels() more
|
| + // CSSToLengthConversionData::ZoomedComputedPixels() because
|
| + // MediaValues::ComputeLength() needs nearly identical logic, but we haven't
|
| + // found a way to make CSSToLengthConversionData::ZoomedComputedPixels() more
|
| // generic (to solve both cases) without hurting performance.
|
| // FIXME - Unite the logic here with CSSToLengthConversionData in a performant
|
| // way.
|
|
|