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

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

Issue 2894093002: Don't access DisplayItemClient::VisualRect() for cached display items. (Closed)
Patch Set: Created 3 years, 7 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 f3d5d9e4815d9ca47505784c249f76920aa0fe6e..eb5c4f2e87995b0e88eef3d88229077e34705415 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1858,8 +1858,8 @@ test("blink_platform_unittests") {
"graphics/gpu/SharedGpuContextTest.cpp",
"graphics/gpu/WebGLImageConversionTest.cpp",
"graphics/paint/DisplayItemClientTest.cpp",
- "graphics/paint/DisplayItemListTest.cpp",
"graphics/paint/DisplayItemTest.cpp",
+ "graphics/paint/DrawingDisplayItemTest.cpp",
"graphics/paint/FloatClipRectTest.cpp",
"graphics/paint/GeometryMapperTest.cpp",
"graphics/paint/PaintChunkTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698