#include "third_party/blink/renderer/platform/graphics/paint/drawing_recorder.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/graphics/graphics_context.h"
#include "third_party/blink/renderer/platform/graphics/paint/paint_controller_test.h"
#include "third_party/blink/renderer/platform/testing/fake_display_item_client.h"
ElementsAre;
namespace blink {
DrawingRecorderTest;
namespace {
const gfx::Rect kBounds(1, 2, 3, 4);
TEST_F(DrawingRecorderTest, Nothing) { … }
TEST_F(DrawingRecorderTest, Rect) { … }
TEST_F(DrawingRecorderTest, Cached) { … }
}
}