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 137830a89ed23aeb56b74be5e08d464596a2d729..1a90b2c8765f823fda1399dd3b794210d788e268 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -152,6 +152,7 @@ public: |
WebGraphicsContext3D* context(); |
gpu::gles2::GLES2Interface* contextGL(); |
+ WebGraphicsContext3DProvider* contextProvider(); |
// Returns the actual context attributes for this drawing buffer which may differ from the |
// requested context attributes due to implementation limits. |