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

Unified Diff: Source/core/layout/BidiRun.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/inspector/InspectorCSSAgent.cpp ('k') | Source/core/layout/BidiRunForLine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/BidiRun.h
diff --git a/Source/core/layout/BidiRun.h b/Source/core/layout/BidiRun.h
index df654afd4d2acda55b390616ce2957406ac663fa..44bda444f6d5be439ff958aa62c36e9dbeda61a0 100644
--- a/Source/core/layout/BidiRun.h
+++ b/Source/core/layout/BidiRun.h
@@ -24,7 +24,7 @@
#ifndef BidiRun_h
#define BidiRun_h
-#include "core/rendering/RenderText.h"
+#include "core/layout/LayoutText.h"
#include "platform/text/BidiResolver.h"
#include "wtf/StdLibExtras.h"
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/layout/BidiRunForLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698