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

Unified Diff: Source/core/layout/LayoutWordBreak.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/LayoutTreeAsText.cpp ('k') | Source/core/layout/LayoutWordBreak.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutWordBreak.h
diff --git a/Source/core/layout/LayoutWordBreak.h b/Source/core/layout/LayoutWordBreak.h
index 5171be6d10b3589824da471680c124c823b21ba5..f2142e42dd3e4b8faba1227df9422d624cc53b3a 100644
--- a/Source/core/layout/LayoutWordBreak.h
+++ b/Source/core/layout/LayoutWordBreak.h
@@ -27,13 +27,13 @@
#ifndef LayoutWordBreak_h
#define LayoutWordBreak_h
-#include "core/rendering/RenderText.h"
+#include "core/layout/LayoutText.h"
namespace blink {
class HTMLElement;
-class LayoutWordBreak final : public RenderText {
+class LayoutWordBreak final : public LayoutText {
public:
explicit LayoutWordBreak(HTMLElement*);
« no previous file with comments | « Source/core/layout/LayoutTreeAsText.cpp ('k') | Source/core/layout/LayoutWordBreak.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698