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

Unified Diff: Source/core/layout/LayoutListMarker.cpp

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge w/HEAD again Created 5 years, 10 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: Source/core/layout/LayoutListMarker.cpp
diff --git a/Source/core/layout/LayoutListMarker.cpp b/Source/core/layout/LayoutListMarker.cpp
index ee1c4e3d41b92f21bfb001cf02cb6dd85835bad8..6eb11c7aa0fd44eaa9c6addcfb79bfde14579ab7 100644
--- a/Source/core/layout/LayoutListMarker.cpp
+++ b/Source/core/layout/LayoutListMarker.cpp
@@ -611,7 +611,7 @@ String listMarkerText(EListStyleType type, int value)
return toSymbolic(value, asterisksSymbols);
}
// We use the same characters for text security.
- // See RenderText::setInternalString.
+ // See LayoutText::setInternalString.
case Circle:
return String(&whiteBullet, 1);
case Disc:

Powered by Google App Engine
This is Rietveld 408576698