Index: cc/quads/largest_draw_quad.h |
diff --git a/cc/quads/largest_draw_quad.h b/cc/quads/largest_draw_quad.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cddb3941a6a9cd8052000271614234108dd753f |
--- /dev/null |
+++ b/cc/quads/largest_draw_quad.h |
@@ -0,0 +1,16 @@ |
+// 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" |
+ |
+namespace cc { |
+ |
+size_t LargestDrawQuadSize(); |
+ |
+} // namespace cc |
+ |
+#endif // CC_QUADS_LARGEST_DRAW_QUAD_H_ |