~vanvugt/mir/render-focus

« back to all changes in this revision

Viewing changes to src/platform/graphics/android/android_display.h

  • Committer: Tarmac
  • Author(s): Alexandros Frantzis
  • Date: 2014-03-31 13:20:44 UTC
  • mfrom: (1513.1.1 android-gl-config)
  • Revision ID: tarmac-20140331132044-oxpv8kzzbn20f8i3
android: Respect GLConfig preferences.

Approved by Alan Griffiths, Kevin DuBois, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
 
32
32
class DisplayReport;
 
33
class GLConfig;
33
34
 
34
35
namespace android
35
36
{
41
42
{
42
43
public:
43
44
    explicit AndroidDisplay(std::shared_ptr<DisplayBuilder> const& display_builder,
 
45
                            std::shared_ptr<GLConfig> const& gl_config,
44
46
                            std::shared_ptr<DisplayReport> const& display_report);
45
47
 
46
48
    void for_each_display_buffer(std::function<void(graphics::DisplayBuffer&)> const& f);