| Index: Source/modules/webgl/WebGLShaderPrecisionFormat.h
|
| diff --git a/Source/modules/webgl/WebGLShaderPrecisionFormat.h b/Source/modules/webgl/WebGLShaderPrecisionFormat.h
|
| index 1b2c998681e0bdf74bbe69edea60ae0e1cb3ffce..96748bcb7d06b49764b756c9044e67ba3aa44718 100644
|
| --- a/Source/modules/webgl/WebGLShaderPrecisionFormat.h
|
| +++ b/Source/modules/webgl/WebGLShaderPrecisionFormat.h
|
| @@ -35,10 +35,10 @@
|
|
|
| namespace blink {
|
|
|
| -class WebGLShaderPrecisionFormat final : public RefCountedWillBeGarbageCollected<WebGLShaderPrecisionFormat>, public ScriptWrappable {
|
| +class WebGLShaderPrecisionFormat final : public GarbageCollected<WebGLShaderPrecisionFormat>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> create(GLint rangeMin, GLint rangeMax, GLint precision);
|
| + static WebGLShaderPrecisionFormat* create(GLint rangeMin, GLint rangeMax, GLint precision);
|
|
|
| GLint rangeMin() const;
|
| GLint rangeMax() const;
|
|
|