summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/gpu')
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_impl.cc4
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_impl.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
index 27a0c99..32b3fa3 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -654,12 +654,12 @@ void WebGraphicsContext3DInProcessImpl::copyTextureToParentTextureCHROMIUM(
glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, bound_fbo_);
}
-void WebGraphicsContext3DInProcessImpl::getLatchParentToChildCHROMIUM(
+void WebGraphicsContext3DInProcessImpl::getParentToChildLatchCHROMIUM(
WGC3Duint* latch_id)
{
}
-void WebGraphicsContext3DInProcessImpl::getLatchChildToParentCHROMIUM(
+void WebGraphicsContext3DInProcessImpl::getChildToParentLatchCHROMIUM(
WGC3Duint* latch_id)
{
}
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 600b22c..015bdfa 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -89,8 +89,8 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
virtual void copyTextureToParentTextureCHROMIUM(
WebGLId texture, WebGLId parentTexture);
- virtual void getLatchParentToChildCHROMIUM(WGC3Duint* latch_id);
- virtual void getLatchChildToParentCHROMIUM(WGC3Duint* latch_id);
+ virtual void getParentToChildLatchCHROMIUM(WGC3Duint* latch_id);
+ virtual void getChildToParentLatchCHROMIUM(WGC3Duint* latch_id);
virtual void waitLatchCHROMIUM(WGC3Duint latch_id);
virtual void setLatchCHROMIUM(WGC3Duint latch_id);