~kdub/+junk/no-native

« back to all changes in this revision

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

  • Committer: Kevin DuBois
  • Date: 2014-11-19 19:30:10 UTC
  • mfrom: (2060.1.11 native-ipc-operations)
  • Revision ID: kevin.dubois@canonical.com-20141119193010-0va4n207jzx32brt
merge base branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "mir_test_doubles/mock_fb_hal_device.h"
20
20
#include "mir_test_doubles/mock_buffer.h"
 
21
#include "mir_test_doubles/stub_android_native_buffer.h"
21
22
#include "src/platform/graphics/android/fb_device.h"
22
23
#include "src/platform/graphics/android/hwc_fallback_gl_renderer.h"
23
24
#include "mir_test_doubles/mock_framebuffer_bundle.h"