| Index: content/common/gpu/image_transport_surface_android.cc
|
| diff --git a/content/common/gpu/image_transport_surface_android.cc b/content/common/gpu/image_transport_surface_android.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c9e29b6c19a763ac6a15335995f98bf5f3fbbd17
|
| --- /dev/null
|
| +++ b/content/common/gpu/image_transport_surface_android.cc
|
| @@ -0,0 +1,15 @@
|
| +// 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 "base/logging.h"
|
| +#include "content/common/gpu/image_transport_surface.h"
|
| +
|
| +// static
|
| +scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface(
|
| + GpuChannelManager* manager,
|
| + GpuCommandBufferStub* stub,
|
| + gfx::PluginWindowHandle handle) {
|
| + NOTIMPLEMENTED();
|
| + return NULL;
|
| +}
|
|
|