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

Unified Diff: Source/core/core.gypi

Issue 129873004: RenderBlock::isSelfCollapsingBlock() should only be used when an object does not require layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update Created 6 years, 11 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/rendering/RenderBlock.cpp » ('j') | Source/core/rendering/RenderObject.cpp » ('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 b4d555b5bb5c1daebda9b20c590a544c3c4bd947..a7921f63445c2b94b90b2c1094ab3d774fa5ef7b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1540,6 +1540,8 @@
'rendering/RenderTextControl.h',
'rendering/RenderTextControlMultiLine.cpp',
'rendering/RenderTextControlMultiLine.h',
+ 'rendering/RenderTextControlPlaceholder.cpp',
+ 'rendering/RenderTextControlPlaceholder.h',
'rendering/RenderTextControlSingleLine.cpp',
'rendering/RenderTextControlSingleLine.h',
'rendering/RenderTextFragment.cpp',
« no previous file with comments | « no previous file | Source/core/rendering/RenderBlock.cpp » ('j') | Source/core/rendering/RenderObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698