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

Unified Diff: third_party/WebKit/Source/core/css/RemoteFontFaceSource.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/RemoteFontFaceSource.cpp
diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
index bfec3e227ecf1e71c3556b22c8e1275606c9a8eb..7772f591f8ac6ba50ec68c88e9544ee271738b34 100644
--- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
+++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
@@ -81,7 +81,7 @@ RemoteFontFaceSource::RemoteFontFaceSource(FontResource* font,
font_->Url().ElidedString()));
}
- // Note: this may call notifyFinished() and clear m_font.
+ // Note: this may call notifyFinished() and clear font_.
font_->AddClient(this);
}
@@ -347,7 +347,7 @@ void RemoteFontFaceSource::FontLoadHistograms::MaySetDataSource(
DataSource data_source) {
if (data_source_ != kFromUnknown)
return;
- // Classify as memory cache hit if |m_loadStartTime| is not set, i.e.
+ // Classify as memory cache hit if |load_start_time_| is not set, i.e.
// this RemoteFontFaceSource instance didn't trigger FontResource
// loading.
if (load_start_time_ == 0)

Powered by Google App Engine
This is Rietveld 408576698