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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2581843002: Implement merging non-composited paint property nodes in the PACompositor. (Closed)
Patch Set: none Created 4 years 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 7f7fe8733ab051e1721a6598e7eb7ae5d06caa9d..5b3be6b385c7cc6348ad6bb11dcc7cdf62d4ba78 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1024,6 +1024,7 @@ component("platform") {
"graphics/paint/PaintChunker.h",
"graphics/paint/PaintController.cpp",
"graphics/paint/PaintController.h",
+ "graphics/paint/PropertyTreeState.cpp",
"graphics/paint/PropertyTreeState.h",
"graphics/paint/RasterInvalidationTracking.cpp",
"graphics/paint/RasterInvalidationTracking.h",
@@ -1755,6 +1756,7 @@ test("blink_platform_unittests") {
"graphics/paint/PaintChunkTest.cpp",
"graphics/paint/PaintChunkerTest.cpp",
"graphics/paint/PaintControllerTest.cpp",
+ "graphics/paint/PropertyTreeStateTest.cpp",
"image-decoders/FastSharedBufferReaderTest.cpp",
"image-decoders/ImageDecoderTest.cpp",
"image-decoders/ImageDecoderTestHelpers.cpp",

Powered by Google App Engine
This is Rietveld 408576698