| Index: trunk/Source/core/html/canvas/WebGLContextObject.cpp
|
| ===================================================================
|
| --- trunk/Source/core/html/canvas/WebGLContextObject.cpp (revision 168480)
|
| +++ trunk/Source/core/html/canvas/WebGLContextObject.cpp (working copy)
|
| @@ -47,7 +47,7 @@
|
| {
|
| detach();
|
| if (m_context) {
|
| - deleteObject(m_context->webContext());
|
| + deleteObject(m_context->webGraphicsContext3D());
|
| m_context->removeContextObject(this);
|
| m_context = 0;
|
| }
|
| @@ -55,7 +55,7 @@
|
|
|
| blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
|
| {
|
| - return m_context ? m_context->webContext() : 0;
|
| + return m_context ? m_context->webGraphicsContext3D() : 0;
|
| }
|
|
|
| }
|
|
|
| Property changes on: trunk/Source/core/html/canvas/WebGLContextObject.cpp
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| ## -1 +1 ##
|
| -LF
|
| +native
|
| \ No newline at end of property
|
|
|