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

Unified Diff: Source/core/layout/BidiRun.h

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + nits Created 5 years, 5 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/dom/Position.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 a325bf5b48d5ad35f56336f0cc1a39b296a88ddf..489f70c4026a98d0060ea1fd679b9f5e021e3c2d 100644
--- a/Source/core/layout/BidiRun.h
+++ b/Source/core/layout/BidiRun.h
@@ -25,6 +25,7 @@
#define BidiRun_h
#include "core/layout/LayoutText.h"
+#include "core/layout/api/LineLayoutItem.h"
#include "platform/text/BidiResolver.h"
#include "wtf/StdLibExtras.h"
« no previous file with comments | « Source/core/dom/Position.cpp ('k') | Source/core/layout/BidiRunForLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698