summaryrefslogtreecommitdiffstats
path: root/cc/output/context_provider.cc
blob: 5ff7f9306170f8504d10383cfb97d1f359a73ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2013 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.

#include "cc/output/context_provider.h"

#include <stddef.h>

#include <limits>

namespace cc {

ContextProvider::Capabilities::Capabilities()
    : max_transfer_buffer_usage_bytes(std::numeric_limits<size_t>::max()) {}

}  // namespace cc