| Index: webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| index abf9d954b8c5c71cb13cd5f1ec611cf6f85cd6b1..d8fd01897e5c1b7c7ba6ff08aebf0dbf04964032 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| @@ -170,6 +170,10 @@ void WebGraphicsContext3DImpl::synthesizeGLError(WGC3Denum error) {
|
| }
|
| }
|
|
|
| +bool WebGraphicsContext3DImpl::makeContextCurrent() {
|
| + return true;
|
| +}
|
| +
|
| uint32_t WebGraphicsContext3DImpl::lastFlushID() {
|
| return flush_id_;
|
| }
|
| @@ -937,7 +941,6 @@ DELEGATE_TO_GL_5(renderbufferStorageMultisampleEXT,
|
| WGC3Denum, WGC3Dsizei, WGC3Dsizei)
|
|
|
| GrGLInterface* WebGraphicsContext3DImpl::createGrGLInterface() {
|
| - makeContextCurrent();
|
| return skia_bindings::CreateCommandBufferSkiaGLBinding();
|
| }
|
|
|
|
|