| Index: command_buffer/service/cross/resource.h
|
| ===================================================================
|
| --- command_buffer/service/cross/resource.h (revision 20070)
|
| +++ command_buffer/service/cross/resource.h (working copy)
|
| @@ -153,13 +153,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(EffectParam);
|
| };
|
|
|
| -class EffectStream: public Resource {
|
| - public:
|
| - explicit EffectStream() {}
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(EffectStream);
|
| -};
|
| -
|
| // Texture class, representing a texture resource.
|
| class Texture: public Resource {
|
| public:
|
|
|