| Index: gpu/command_buffer/client/image_factory_mock.cc
|
| diff --git a/gpu/command_buffer/service/error_state_mock.cc b/gpu/command_buffer/client/image_factory_mock.cc
|
| similarity index 62%
|
| copy from gpu/command_buffer/service/error_state_mock.cc
|
| copy to gpu/command_buffer/client/image_factory_mock.cc
|
| index f3925d743525fad551d18d5e52ae8feb9bc84dbf..2d425f5e268f690887599bf41d8aebe5ff906c7d 100644
|
| --- a/gpu/command_buffer/service/error_state_mock.cc
|
| +++ b/gpu/command_buffer/client/image_factory_mock.cc
|
| @@ -2,16 +2,16 @@
|
| // 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/error_state_mock.h"
|
| +#include "../client/image_factory_mock.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
|
|
| -MockErrorState::MockErrorState()
|
| - : ErrorState() {}
|
| +ImageFactoryMock::ImageFactoryMock(ImageManager* manager) {
|
| +}
|
|
|
| -MockErrorState::~MockErrorState() {}
|
| +ImageFactoryMock::~ImageFactoryMock() {
|
| +}
|
|
|
| } // namespace gles2
|
| } // namespace gpu
|
| -
|
|
|