| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index bdf24943548dae4b2b1fb49236ba56836627ae33..df4ddedfc116f55d2b84c0e3e1f88abcd0f7b675 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -399,18 +399,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
|
|
| private:
|
| // ANGLE related.
|
| - struct ShaderSourceEntry {
|
| - explicit ShaderSourceEntry(WGC3Denum shader_type)
|
| - : type(shader_type),
|
| - is_valid(false) {
|
| - }
|
| -
|
| - WGC3Denum type;
|
| - scoped_array<char> source;
|
| - scoped_array<char> log;
|
| - scoped_array<char> translated_source;
|
| - bool is_valid;
|
| - };
|
| + struct ShaderSourceEntry;
|
|
|
| typedef base::hash_map<WebGLId, ShaderSourceEntry*> ShaderSourceMap;
|
|
|
|
|