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

Unified Diff: Source/core/core.gypi

Issue 1310473003: [Line Layout API] Add shim for Paint objects to access underlying LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/layout/api/LineLayoutItem.h » ('j') | Source/core/layout/line/InlineBox.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d398fada518701ca48788833d176b197f2de1d94..0a597ac54c23b44bcd3544520a9579453476440a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1928,6 +1928,7 @@
'paint/LayoutObjectDrawingRecorder.h',
'paint/LineBoxListPainter.cpp',
'paint/LineBoxListPainter.h',
+ 'paint/LineLayoutPaintShim.h',
leviw_travelin_and_unemployed 2015/08/26 17:54:04 I was thinking, we may end up needing this in anot
'paint/ListItemPainter.cpp',
'paint/ListItemPainter.h',
'paint/ListMarkerPainter.cpp',
« no previous file with comments | « no previous file | Source/core/layout/api/LineLayoutItem.h » ('j') | Source/core/layout/line/InlineBox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698