blob: 0cddb3941a6a9cd8052000271614234108dd753f [file] [log] [blame]
James Robinson646469d2014-10-03 15:33:28 -07001// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CC_QUADS_LARGEST_DRAW_QUAD_H_
6#define CC_QUADS_LARGEST_DRAW_QUAD_H_
7
James Robinson1ae030a2014-11-07 08:32:47 -08008#include "base/basictypes.h"
James Robinson646469d2014-10-03 15:33:28 -07009
James Robinson1ae030a2014-11-07 08:32:47 -080010namespace cc {
11
James Robinson41b80ab2015-04-03 16:10:47 -070012size_t LargestDrawQuadSize();
James Robinson646469d2014-10-03 15:33:28 -070013
14} // namespace cc
15
16#endif // CC_QUADS_LARGEST_DRAW_QUAD_H_