diff options
Diffstat (limited to 'gpu/command_buffer/service/stream_texture_mock.h')
-rw-r--r-- | gpu/command_buffer/service/stream_texture_mock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/stream_texture_mock.h b/gpu/command_buffer/service/stream_texture_mock.h index 44e3a98..cd951d2 100644 --- a/gpu/command_buffer/service/stream_texture_mock.h +++ b/gpu/command_buffer/service/stream_texture_mock.h @@ -17,6 +17,7 @@ class MockStreamTexture : public StreamTexture { virtual ~MockStreamTexture(); MOCK_METHOD0(Update, void()); + MOCK_METHOD0(GetSize, gfx::Size(void)); private: DISALLOW_COPY_AND_ASSIGN(MockStreamTexture); |