~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/android/test_hwc_device.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        mock_vsync = std::make_shared<testing::NiceMock<mtd::MockVsyncCoordinator>>();
62
62
        mock_file_ops = std::make_shared<MockFileOps>();
63
63
 
 
64
        ON_CALL(*mock_buffer, size())
 
65
            .WillByDefault(Return(geom::Size{0,0}));
64
66
        ON_CALL(*mock_buffer, native_buffer_handle())
65
67
            .WillByDefault(Return(mock_native_buffer));
66
68
    }