better output from engine layer unit test failures (flutter/engine#51975)

The engine has ostream conversions for most Skia objects, but none of the test files include the files where they are defined. Adding the include file to the `layer_test.h` file will include them on any file which does unit testing on the engine layers.
This commit is contained in:
Jim Graham 2024-04-09 10:28:56 -07:00 committed by GitHub
parent c8464f538c
commit 9a3fbde9a0

View File

@ -15,6 +15,7 @@
#include "flutter/flow/testing/mock_raster_cache.h"
#include "flutter/fml/macros.h"
#include "flutter/testing/assertions_skia.h"
#include "flutter/testing/canvas_test.h"
#include "flutter/testing/display_list_testing.h"
#include "flutter/testing/mock_canvas.h"