| // Copyright 2015 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_PAINT_LARGEST_DISPLAY_ITEM_H_ | |
| #define CC_PAINT_LARGEST_DISPLAY_ITEM_H_ | |
| #include <stddef.h> | |
| #include "cc/paint/paint_export.h" | |
| namespace cc { | |
| CC_PAINT_EXPORT size_t LargestDisplayItemSize(); | |
| } // namespace cc | |
| #endif // CC_PAINT_LARGEST_DISPLAY_ITEM_H_ |