chromium/ui/gfx/font_render_params.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 "ui/gfx/font_render_params.h"

#include "base/notreached.h"

namespace gfx {

// static
SkPixelGeometry FontRenderParams::SubpixelRenderingToSkiaPixelGeometry(
    FontRenderParams::SubpixelRendering subpixel_rendering) {}

FontRenderParamsQuery::FontRenderParamsQuery()
    :{}

FontRenderParamsQuery::FontRenderParamsQuery(
    const FontRenderParamsQuery& other) = default;

FontRenderParamsQuery::~FontRenderParamsQuery() {}

}  // namespace gfx