Index: command_buffer/service/cross/resource.h |
=================================================================== |
--- command_buffer/service/cross/resource.h (revision 19749) |
+++ command_buffer/service/cross/resource.h (working copy) |
@@ -153,6 +153,13 @@ |
DISALLOW_COPY_AND_ASSIGN(EffectParam); |
}; |
+class EffectStream: public Resource { |
Antoine Labour
2009/07/06 23:48:12
This class is not needed any more.
|
+ public: |
+ explicit EffectStream() {} |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(EffectStream); |
+}; |
+ |
// Texture class, representing a texture resource. |
class Texture: public Resource { |
public: |