~andreas-pokorny/mir/allow-transparent-server-buffers

« back to all changes in this revision

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

  • Committer: Andreas Pokorny
  • Date: 2013-12-19 10:51:31 UTC
  • mfrom: (1281.3.12 development-branch)
  • Revision ID: andreas.pokorny@canonical.com-20131219105131-4ucfu0ld1r41qes7
* Preparing for release 0.1.3
* No-change rebuild for ust.

merging cross compile fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "mir/geometry/rectangle.h"
22
22
 
23
 
#include "mir_test_doubles/mock_surface_state.h"
24
23
#include "mir_test/fake_shared.h"
25
24
 
26
25
#include <algorithm>
28
27
#include <gmock/gmock.h>
29
28
 
30
29
namespace mc = mir::compositor;
31
 
namespace mtd = mir::test::doubles;
32
30
namespace mt = mir::test;
33
31
namespace mi = mir::input;
34
32
namespace ms = mir::scene;