~andreas-pokorny/mir/fix-1261647

« back to all changes in this revision

Viewing changes to tests/unit-tests/input/android/test_android_input_window_handle.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2014-03-19 19:13:39 UTC
  • mfrom: (1477.1.4 mir)
  • Revision ID: tarmac-20140319191339-n00m2tkk6vhatceh
scene: Move support for shell::SurfaceBufferAccess into BasicSurface and make signatures consistent in Surface hierarchy.

Approved by PS Jenkins bot, Alexandros Frantzis, Alberto Aguirre, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        .WillOnce(Return(default_surface_top_left));
100
100
    EXPECT_CALL(mock_surface, name())
101
101
        .Times(1)
102
 
        .WillOnce(ReturnRef(testing_surface_name));
 
102
        .WillOnce(Return(testing_surface_name));
103
103
 
104
104
    mia::InputWindowHandle handle(new StubInputApplicationHandle(),
105
105
                                  mt::fake_shared(mock_channel), mt::fake_shared(mock_surface));