5#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION_UTILS_CHECK_VIEW_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION_UTILS_CHECK_VIEW_H_
10#include <fuchsia/ui/observation/geometry/cpp/fidl.h>
11#include <zircon/status.h>
18 const fuchsia::ui::observation::geometry::ViewTreeSnapshot& snapshot,
19 zx_koid_t view_ref_koid);
24 const std::vector<fuchsia::ui::observation::geometry::ViewTreeSnapshot>&
26 zx_koid_t view_ref_koid);
bool CheckViewExistsInUpdates(const std::vector< fuchsia::ui::observation::geometry::ViewTreeSnapshot > &updates, zx_koid_t view_ref_koid)
bool CheckViewExistsInSnapshot(const fuchsia::ui::observation::geometry::ViewTreeSnapshot &snapshot, zx_koid_t view_ref_koid)