Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: third_party/WebKit/Source/core/css/MediaValues.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698