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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1973343003: Initial implementation of GeometryMapper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 6 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
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 692221d170c574fc3956b5ccbafb575bdf3bea09..01ba59ded0bd2ed1c6283fed4d7f723970b603a5 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -772,6 +772,8 @@
'graphics/paint/FloatClipDisplayItem.h',
'graphics/paint/ForeignLayerDisplayItem.cpp',
'graphics/paint/ForeignLayerDisplayItem.h',
+ 'graphics/paint/GeometryMapper.cpp',
+ 'graphics/paint/GeometryMapper.h',
'graphics/paint/PaintArtifact.cpp',
'graphics/paint/PaintArtifact.h',
'graphics/paint/PaintArtifactToSkCanvas.cpp',
@@ -782,6 +784,7 @@
'graphics/paint/PaintChunker.h',
'graphics/paint/PaintController.cpp',
'graphics/paint/PaintController.h',
+ 'graphics/paint/PropertyTreeState.h',
'graphics/paint/ScopedPaintChunkProperties.h',
'graphics/paint/ScrollDisplayItem.cpp',
'graphics/paint/ScrollDisplayItem.h',
@@ -1207,6 +1210,7 @@
'graphics/paint/DisplayItemClientTest.cpp',
'graphics/paint/DisplayItemListTest.cpp',
'graphics/paint/DisplayItemTest.cpp',
+ 'graphics/paint/GeometryMapperTest.cpp',
'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
'graphics/paint/PaintChunkerTest.cpp',
'graphics/paint/PaintControllerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698