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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ElementStyleResources.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/resolver/ElementStyleResources.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
index 14e05c5632f42209cd9a95af8aab45ee35e339e9..88e90ddbe49e012d943fa8dcc93992f35c1fbe27 100644
--- a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
@@ -153,7 +153,7 @@ void ElementStyleResources::LoadPendingImages(ComputedStyle* style) {
// <div></div>
//
// We call styleImage() for both a.png and b.png adding the
- // CSSPropertyBackgroundImage property to the m_pendingImageProperties set,
+ // CSSPropertyBackgroundImage property to the pending_image_properties_ set,
// then we null out the background image because of the "none".
//
// If we eagerly loaded the images we'd fetch a.png, even though it's not

Powered by Google App Engine
This is Rietveld 408576698