| Index: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| index 4130df36d016072fa741323924cbe2e904af24f7..4388bddc4e8b9b5b74c0908cedd625547e3c2107 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
|
| @@ -27,7 +27,8 @@ class PLATFORM_EXPORT Extensions3DUtil final {
|
| WTF_MAKE_NONCOPYABLE(Extensions3DUtil);
|
|
|
| public:
|
| - // Creates a new Extensions3DUtil. If the passed GLES2Interface has been spontaneously lost, returns null.
|
| + // Creates a new Extensions3DUtil. If the passed GLES2Interface has been
|
| + // spontaneously lost, returns null.
|
| static std::unique_ptr<Extensions3DUtil> create(gpu::gles2::GLES2Interface*);
|
| ~Extensions3DUtil();
|
|
|
|
|