| Index: webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
|
| index 3129947947fb35d723ea0b1fcd5ecc1654bc77ed..afea6170877ecb635488a377d795cea9e5a305c3 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -279,19 +279,11 @@ int WebGraphicsContext3DInProcessImpl::height() {
|
| return cached_height_;
|
| }
|
|
|
| -bool WebGraphicsContext3DInProcessImpl::isGLES2Compliant() {
|
| - return is_gles2_;
|
| -}
|
| -
|
| bool WebGraphicsContext3DInProcessImpl::setParentContext(
|
| WebGraphicsContext3D* parent_context) {
|
| return false;
|
| }
|
|
|
| -WebGLId WebGraphicsContext3DInProcessImpl::getPlatformTextureId() {
|
| - return texture_;
|
| -}
|
| -
|
| void WebGraphicsContext3DInProcessImpl::prepareTexture() {
|
| if (!gl_surface_->IsOffscreen()) {
|
| gl_surface_->SwapBuffers();
|
|
|