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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cb0ff9c4cc807e86093e2ff4363802fb636bbdb5..f3865d80e36f2a551c7bb33701d9b7b643a0f4ca 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -774,6 +774,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',
@@ -784,6 +786,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',
@@ -1209,6 +1212,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',
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698