blob: c58c004a9d9bf7d64b7c91e4d719f23e88b48806 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Helpful layout_test utility functions, built in both content_shell and
// test_runner.
#ifndef CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_UTILS_H_
#define CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_UTILS_H_
class SkBitmap;
namespace blink {
struct WebRect;
}
namespace content {
namespace layout_test_utils {
void DrawSelectionRect(const SkBitmap& bitmap, const blink::WebRect& wr);
} // namespace layout_test_utils
} // namespace content
#endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_UTILS_H_