~alan-griffiths/mir/Migrate-ServerConfigurationWrapping-to-Server-API

« back to all changes in this revision

Viewing changes to tests/integration-tests/graphics/android/test_buffer_integration.cpp

  • Committer: Alberto Aguirre
  • Date: 2014-09-10 01:45:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1909.
  • Revision ID: alberto.aguirre@canonical.com-20140910014514-5sf9w7l10ul2e9bn
Move examples that use private mir functionality into the playground.
Scrub existing examples to remove some private header dependencies.
Rename include.private to src/include

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "mir/graphics/android/native_buffer.h"
24
24
#include "mir/graphics/buffer_properties.h"
25
25
 
26
 
#include "examples/testdraw/graphics_region_factory.h"
27
 
#include "examples/testdraw/patterns.h"
 
26
#include "playground/testdraw/graphics_region_factory.h"
 
27
#include "playground/testdraw/patterns.h"
28
28
 
29
29
#include "mir_test_doubles/stub_frame_dropping_policy_factory.h"
30
30