#ifndef UI_BASE_TEST_SKIA_GOLD_PIXEL_DIFF_H_
#define UI_BASE_TEST_SKIA_GOLD_PIXEL_DIFF_H_
#include <optional>
#include <string>
#include "base/auto_reset.h"
#include "base/containers/flat_map.h"
#include "base/containers/span.h"
#include "base/files/file_path.h"
#include "base/functional/callback.h"
namespace base {
class CommandLine;
}
class SkBitmap;
namespace testing {
class TestInfo;
}
namespace ui {
namespace test {
enum class TestEnvironmentKey { … };
TestEnvironmentMap;
class SkiaGoldMatchingAlgorithm;
class SkiaGoldPixelDiff final { … };
}
}
#endif