Chromium Code Reviews| Index: gpu/tools/compositor_model_bench/shaders.h |
| =================================================================== |
| --- gpu/tools/compositor_model_bench/shaders.h (revision 109364) |
| +++ gpu/tools/compositor_model_bench/shaders.h (working copy) |
| @@ -12,7 +12,6 @@ |
| // Forward declarations. |
| class CCNode; |
| class ContentLayerNode; |
| -class TextureBuilder; |
| typedef unsigned int GLuint; |
| @@ -51,4 +50,3 @@ |
| void DrawTileQuad(GLuint texID, int x, int y); |
| #endif // GPU_TOOLS_COMPOSITOR_MODEL_BENCH_SHADERS_H_ |
| - |