~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to src/server/input/android/android_input_registrar.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-10-10 14:01:26 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20141010140126-n1czko8na1kuz4ll
Tags: upstream-0.8.0+14.10.20141010
ImportĀ upstreamĀ versionĀ 0.8.0+14.10.20141010

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        void surface_added(scene::Surface* surface) override;
74
74
        void surface_removed(scene::Surface* surface) override;
75
75
        void surface_exists(scene::Surface* surface) override;
 
76
        void scene_changed() override;
76
77
 
77
78
        SurfaceCallback add, remove;
78
79
    };