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

Unified Diff: Source/core/core.gypi

Issue 591613003: Move painting code from RenderObject into a new ObjectPainter class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge again. Created 6 years, 3 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/paint/BlockPainter.cpp » ('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 a165f658642db2641fe26db807ae0b4abbab64b8..77a119a52a161dfdc8d08dfb6117a1b9d1925355 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1492,6 +1492,8 @@
'paint/BoxPainter.h',
'paint/BackgroundImageGeometry.h',
'paint/BackgroundImageGeometry.cpp',
+ 'paint/ObjectPainter.h',
+ 'paint/ObjectPainter.cpp',
'paint/TablePainter.h',
'paint/TablePainter.cpp',
'paint/TableRowPainter.h',
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698