blob: dbfa5936fef4cea842e5eef7d7c0351cec695584 [file] [log] [blame]
James Robinson53b77582014-10-28 17:00:48 -07001// 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#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
6
7namespace gpu {
8
9GpuMemoryBufferManager::GpuMemoryBufferManager() {
10}
11
12GpuMemoryBufferManager::~GpuMemoryBufferManager() {
13}
14
15} // namespace gpu