Index: core/cross/command_buffer/sampler_cb.h |
=================================================================== |
--- core/cross/command_buffer/sampler_cb.h (revision 26885) |
+++ core/cross/command_buffer/sampler_cb.h (working copy) |
@@ -54,11 +54,11 @@ |
void SetTextureAndStates(); |
// Gets the resource ID for this sampler. |
- command_buffer::ResourceID resource_id() const { return resource_id_; } |
+ command_buffer::ResourceId resource_id() const { return resource_id_; } |
private: |
RendererCB* renderer_; |
- command_buffer::ResourceID resource_id_; |
+ command_buffer::ResourceId resource_id_; |
DISALLOW_COPY_AND_ASSIGN(SamplerCB); |
}; |