| Index: components/view_manager/gles2/mojo_gpu_memory_buffer_manager.h
|
| diff --git a/components/view_manager/gles2/mojo_gpu_memory_buffer_manager.h b/components/view_manager/gles2/mojo_gpu_memory_buffer_manager.h
|
| deleted file mode 100644
|
| index 07e2857439119fcfc582a903553d5c9e330a698a..0000000000000000000000000000000000000000
|
| --- a/components/view_manager/gles2/mojo_gpu_memory_buffer_manager.h
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -// 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 COMPONENTS_VIEW_MANAGER_GLES2_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -#define COMPONENTS_VIEW_MANAGER_GLES2_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -
|
| -#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
|
| -
|
| -namespace gles2 {
|
| -
|
| -class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
| - public:
|
| - MojoGpuMemoryBufferManager();
|
| - ~MojoGpuMemoryBufferManager() override;
|
| -
|
| - // Overridden from gpu::GpuMemoryBufferManager:
|
| - scoped_ptr<gfx::GpuMemoryBuffer> AllocateGpuMemoryBuffer(
|
| - const gfx::Size& size,
|
| - gfx::BufferFormat format,
|
| - gfx::BufferUsage usage) override;
|
| - gfx::GpuMemoryBuffer* GpuMemoryBufferFromClientBuffer(
|
| - ClientBuffer buffer) override;
|
| - void SetDestructionSyncPoint(gfx::GpuMemoryBuffer* buffer,
|
| - uint32 sync_point) override;
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(MojoGpuMemoryBufferManager);
|
| -};
|
| -
|
| -} // namespace gles2
|
| -
|
| -#endif // COMPONENTS_VIEW_MANAGER_GLES2_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|