Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
index efdb7a35882cf587fdc0def22364aa7b71e936a5..80e83bfde687a75b3d68e98de7cf2fff7060957e 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -150,6 +150,7 @@ public: |
WebLayer* platformLayer(); |
WebGraphicsContext3D* context(); |
+ gpu::gles2::GLES2Interface* contextGL(); |
// Returns the actual context attributes for this drawing buffer which may differ from the |
// requested context attributes due to implementation limits. |