chromium/third_party/blink/renderer/platform/graphics/paint/drawing_recorder_test.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace
}  // namespace blink