Index: content/renderer/render_widget.h |
=================================================================== |
--- content/renderer/render_widget.h (revision 261814) |
+++ content/renderer/render_widget.h (working copy) |
@@ -530,8 +530,7 @@ |
#endif |
// Creates a 3D context associated with this view. |
- scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D( |
- const blink::WebGraphicsContext3D::Attributes& attributes); |
+ scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D(); |
bool OnSnapshotHelper(const gfx::Rect& src_subrect, SkBitmap* bitmap); |