#include "flutter/common/task_runners.h"#include "flutter/fml/synchronization/count_down_latch.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/lib/ui/painting/canvas.h"#include "flutter/lib/ui/painting/image.h"#include "flutter/lib/ui/painting/picture.h"#include "flutter/lib/ui/painting/picture_recorder.h"#include "flutter/runtime/dart_vm.h"#include "flutter/shell/common/shell_test.h"#include "flutter/shell/common/thread_host.h"#include "flutter/testing/testing.h"Go to the source code of this file.
Classes | |
| class | flutter::testing::ImageDisposeTest |
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Functions | |
| flutter::testing::TEST_F (ImageDisposeTest, ImageReleasedAfterFrameAndDisposePictureAndLayer) | |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file image_dispose_unittests.cc.