chromium/ui/gfx/canvas_unittest.cc

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

#include "ui/gfx/canvas.h"

#include <limits>

#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/font_list.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/geometry/skia_conversions.h"

namespace gfx {

class CanvasTest : public testing::Test {};

TEST_F(CanvasTest, StringWidth) {}

TEST_F(CanvasTest, StringWidthEmptyString) {}

TEST_F(CanvasTest, StringSizeEmptyString) {}

// Verifies GetClipBounds() returns the correct value.
TEST_F(CanvasTest, ClipRectWithScaling) {}

TEST_F(CanvasTest, StringSizeWithLineHeight) {}

}  // namespace gfx