blob: 85d9f17eb17719ff613e4f63483e9fbf04c31da5 [file] [log] [blame]
// Copyright 2014 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.
#ifndef CC_QUADS_LARGEST_DRAW_QUAD_H_
#define CC_QUADS_LARGEST_DRAW_QUAD_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
namespace cc {
CC_EXPORT size_t LargestDrawQuadSize();
} // namespace cc
#endif // CC_QUADS_LARGEST_DRAW_QUAD_H_