~mterry/mir/session-for-surface

« back to all changes in this revision

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

  • Committer: Michael Terry
  • Date: 2013-07-29 17:51:51 UTC
  • mfrom: (832.1.58 trunk)
  • Revision ID: michael.terry@canonical.com-20130729175151-3thcnlepeihhzbb8
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <gtest/gtest.h>
28
28
#include <stdexcept>
29
29
 
30
 
namespace mc=mir::compositor;
31
30
namespace mg=mir::graphics;
32
31
namespace mga=mir::graphics::android;
33
32
namespace mtd=mir::test::doubles;