| Index: Source/core/platform/graphics/Extensions3D.cpp
|
| diff --git a/Source/core/platform/graphics/Extensions3D.cpp b/Source/core/platform/graphics/Extensions3D.cpp
|
| index 402d107fa4d7c3fcd5e5fd19e4096bf2b394d43d..8da77819572285396928280f670e50517fef6aff 100644
|
| --- a/Source/core/platform/graphics/Extensions3D.cpp
|
| +++ b/Source/core/platform/graphics/Extensions3D.cpp
|
| @@ -230,4 +230,9 @@ void Extensions3D::drawBuffersEXT(GC3Dsizei n, const GC3Denum* bufs)
|
| m_context->webContext()->drawBuffersEXT(n, bufs);
|
| }
|
|
|
| +void Extensions3D::loseContextCHROMIUM(GC3Denum current, GC3Denum other)
|
| +{
|
| + m_context->webContext()->loseContextCHROMIUM(current, other);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|