~kdub/+junk/no-native

« back to all changes in this revision

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

  • Committer: Kevin DuBois
  • Date: 2014-11-17 18:38:55 UTC
  • mfrom: (2050.5.10 mesa-platform-split)
  • Revision ID: kevin.dubois@canonical.com-20141117183855-pmmmzpcw461tyq05
merge in no-2step

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
private:
60
60
    std::shared_ptr<Display> create_fb_backup_display();
61
61
 
62
 
    void initialize(std::shared_ptr<NestedContext> const& nested_context) override;
63
 
 
64
62
    std::shared_ptr<GraphicBufferAllocator> create_mga_buffer_allocator();
65
63
 
66
64
    std::shared_ptr<DisplayBuilder> const display_builder;