summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/async_pixel_transfer_delegate_mock.cc
blob: 2affd2474e442d5fbbe6917563d61a22c65e41eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (c) 2012 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 "gpu/command_buffer/service/async_pixel_transfer_delegate_mock.h"

namespace gpu {

MockAsyncPixelTransferState::MockAsyncPixelTransferState() {
}

MockAsyncPixelTransferState::~MockAsyncPixelTransferState() {
}

MockAsyncPixelTransferDelegate::MockAsyncPixelTransferDelegate() {
}

MockAsyncPixelTransferDelegate::~MockAsyncPixelTransferDelegate() {
}

}  // namespace gpu