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/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 0c685232ad70edc34c976f563dc004df972a55a2..ce7a9af6404d50e8ac4f79ca4c656b56822a580d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1011,12 +1011,18 @@ component("platform") {
"graphics/paint/GeometryMapper.h",
"graphics/paint/PaintArtifact.cpp",
"graphics/paint/PaintArtifact.h",
+ "graphics/paint/PaintCanvas.h",
"graphics/paint/PaintChunk.h",
"graphics/paint/PaintChunkProperties.h",
"graphics/paint/PaintChunker.cpp",
"graphics/paint/PaintChunker.h",
"graphics/paint/PaintController.cpp",
"graphics/paint/PaintController.h",
+ "graphics/paint/PaintFlags.h",
+ "graphics/paint/PaintRecord.h",
+ "graphics/paint/PaintRecorder.h",
+ "graphics/paint/PaintShader.h",
+ "graphics/paint/PaintSurface.h",
"graphics/paint/PropertyTreeState.cpp",
"graphics/paint/PropertyTreeState.h",
"graphics/paint/RasterInvalidationTracking.cpp",
@@ -1436,6 +1442,7 @@ component("platform") {
"//base",
"//cc",
"//cc/animation",
+ "//cc/paint",
"//gpu/command_buffer/client:client",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_interface",

Powered by Google App Engine
This is Rietveld 408576698