James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | // 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 Robinson | 1ae030a | 2014-11-07 08:32:47 -0800 | [diff] [blame] | 8 | #include "base/basictypes.h" |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 9 | |
James Robinson | 1ae030a | 2014-11-07 08:32:47 -0800 | [diff] [blame] | 10 | namespace cc { |
| 11 | |
James Robinson | 41b80ab | 2015-04-03 16:10:47 -0700 | [diff] [blame] | 12 | size_t LargestDrawQuadSize(); |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 13 | |
| 14 | } // namespace cc |
| 15 | |
| 16 | #endif // CC_QUADS_LARGEST_DRAW_QUAD_H_ |