~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/unit-tests/scene/test_threaded_snapshot_strategy.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    strategy.take_snapshot_of(
92
92
        mt::fake_shared(buffer_access),
93
93
        [&](msh::Snapshot const& s)
94
 
        { 
 
94
        {
95
95
            snapshot = s;
96
 
            snapshot_taken = true; 
 
96
            snapshot_taken = true;
97
97
        });
98
98
 
99
99
    while (!snapshot_taken)