Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / WebGLContextGroup.cpp
index b75d820..e9e3ebe 100644 (file)
@@ -50,7 +50,7 @@ blink::WebGraphicsContext3D* WebGLContextGroup::getAWebGraphicsContext3D()
 {
     ASSERT(!m_contexts.isEmpty());
     HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin();
-    return (*it)->webGraphicsContext3D();
+    return (*it)->webContext();
 }
 
 void WebGLContextGroup::addContext(WebGLRenderingContextBase* context)