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

Unified Diff: Source/core/core.gypi

Issue 714303003: Move painting code from RenderPart to PartPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/PartPainter.h » ('j') | Source/core/paint/PartPainter.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 f34d026fd3c2298e576f2a2fb762c124887bd802..a5e1ca99743719a5a68e2e1b74ec242c0d5c9865 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1546,6 +1546,8 @@
'paint/ObjectPainter.h',
'paint/MultiColumnSetPainter.cpp',
'paint/MultiColumnSetPainter.h',
+ 'paint/PartPainter.cpp',
+ 'paint/PartPainter.h',
'paint/ReplacedPainter.cpp',
'paint/ReplacedPainter.h',
'paint/ReplicaPainter.cpp',
« no previous file with comments | « no previous file | Source/core/paint/PartPainter.h » ('j') | Source/core/paint/PartPainter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698