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

Unified Diff: Source/core/core.gypi

Issue 789433006: [New Multicolumn] Let a spanner's containing block be the multicol container. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Compiling release: paint invalidation state is cleared in the super class anyway. Created 6 years 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/rendering/RenderBlockFlow.h » ('j') | no next file with comments »
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 11a0dc339e3a14cf94a03d91dca9104269ef2f1f..01c592ee589ab0f29f8bd1f93da7855e64a99c60 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1666,8 +1666,8 @@
'rendering/RenderMultiColumnFlowThread.h',
'rendering/RenderMultiColumnSet.cpp',
'rendering/RenderMultiColumnSet.h',
- 'rendering/RenderMultiColumnSpannerSet.cpp',
- 'rendering/RenderMultiColumnSpannerSet.h',
+ 'rendering/RenderMultiColumnSpannerPlaceholder.cpp',
+ 'rendering/RenderMultiColumnSpannerPlaceholder.h',
'rendering/RenderObject.cpp',
'rendering/RenderObjectChildList.cpp',
'rendering/RenderPagedFlowThread.cpp',
« no previous file with comments | « no previous file | Source/core/rendering/RenderBlockFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698