~andreas-pokorny/mir/activate-pointer-acceleration

« back to all changes in this revision

Viewing changes to tests/include/mir_test_doubles/mock_buffer.h

  • Committer: Tarmac
  • Author(s): Cemil Azizoglu
  • Date: 2015-02-18 03:04:18 UTC
  • mfrom: (2317.2.5 mir-dev)
  • Revision ID: tarmac-20150218030418-o84yyon2ea2ijcdj
Implement bypass using flags in the native handle.

Approved by Chris Halse Rogers, Kevin DuBois, PS Jenkins bot, Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    MOCK_METHOD0(gl_bind_to_texture, void());
67
67
    MOCK_CONST_METHOD0(id, graphics::BufferID());
68
68
 
69
 
    MOCK_CONST_METHOD0(can_bypass, bool());
70
 
    
71
69
    MOCK_METHOD2(write, void(unsigned char const*, size_t));
72
70
};
73
71