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 518f87bd312111fefa02c42d13e67eae68b2fa57..0b4c6356d287c1a35c7c5a37526a44a15b1220ce 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp |
@@ -211,6 +211,11 @@ gpu::gles2::GLES2Interface* DrawingBuffer::contextGL() |
return m_gl; |
} |
+WebGraphicsContext3DProvider* DrawingBuffer::contextProvider() |
+{ |
+ return m_contextProvider.get(); |
+} |
+ |
void DrawingBuffer::setIsHidden(bool hidden) |
{ |
if (m_isHidden == hidden) |