| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 3b361f746c2ebcadb469d079792daf0914daeaff..b2e0770a5a42a1ae14a73983c073225988181615 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -205,6 +205,11 @@ WebGraphicsContext3D* DrawingBuffer::context()
|
| return m_context.get();
|
| }
|
|
|
| +gpu::gles2::GLES2Interface* DrawingBuffer::contextGL()
|
| +{
|
| + return m_gl;
|
| +}
|
| +
|
| void DrawingBuffer::setIsHidden(bool hidden)
|
| {
|
| if (m_isHidden == hidden)
|
|
|