blob: cce56719e4c66057c78c68656d24ab674bd706b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
#define CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
namespace cc {
CC_EXPORT size_t LargestDisplayItemSize();
} // namespace cc
#endif // CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|