~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to src/client/android/android_client_platform.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "android_client_buffer_factory.h"
23
23
#include "client_surface_interpreter.h"
24
24
#include "../mir_connection.h"
25
 
#include "../native_client_platform_factory.h"
26
25
 
27
26
#include <EGL/egl.h>
28
27
 
44
43
 
45
44
}
46
45
 
47
 
std::shared_ptr<mcl::ClientPlatform>
48
 
mcl::NativeClientPlatformFactory::create_client_platform(mcl::ClientContext* /*context*/)
49
 
{
50
 
    return std::make_shared<mcla::AndroidClientPlatform>();
51
 
}
52
 
 
53
46
std::shared_ptr<mcl::ClientBufferFactory> mcla::AndroidClientPlatform::create_buffer_factory()
54
47
{
55
48
    const hw_module_t *hw_module;