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

Unified Diff: Source/core/layout/line/WordMeasurement.h

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/layout/line/TrailingObjects.h ('k') | Source/core/layout/style/ContentData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/WordMeasurement.h
diff --git a/Source/core/layout/line/WordMeasurement.h b/Source/core/layout/line/WordMeasurement.h
index a83bd2178761a07884347d86581b5eebade6cbf5..ae1ec4b69a63013c6ad7b05f0bc7e38e2868a672 100644
--- a/Source/core/layout/line/WordMeasurement.h
+++ b/Source/core/layout/line/WordMeasurement.h
@@ -29,7 +29,7 @@
namespace blink {
-class RenderText;
+class LayoutText;
class WordMeasurement {
public:
@@ -41,7 +41,7 @@ public:
{
}
- RenderText* renderer;
+ LayoutText* renderer;
float width;
int startOffset;
int endOffset;
« no previous file with comments | « Source/core/layout/line/TrailingObjects.h ('k') | Source/core/layout/style/ContentData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698