Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h |
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h |
| index b675dc51ffce6f270b9c8b7291133e88a4238aad..46042a29a65c456c6ac706522516c3ec3d1fda8a 100644 |
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h |
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h |
| @@ -18,7 +18,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri |
| // Set up the attributes that can be used to initialize a WebGraphicsContext3D. |
| // It's mostly based on WebGLContextAttributes, but may be adjusted based |
| // on settings. |
| -WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, unsigned webGLVersion); |
| +WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, unsigned webGLVersion); |
|
danakj
2016/04/01 00:50:00
I changed this method name to "toPlatformContextAt
|
| } // namespace blink |