Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1113)

Unified Diff: command_buffer/service/cross/resource.h

Issue 147237: Adding GetStreamInfo functionality (and passing corresponding unit test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698