~kdub/mir/fix-1607358

« back to all changes in this revision

Viewing changes to include/test/mir_test_framework/placement_applying_shell.h

  • Committer: Kevin DuBois
  • Date: 2016-08-04 12:05:54 UTC
  • mfrom: (3615.1.13 development-branch)
  • Revision ID: kevin.dubois@canonical.com-20160804120554-3p4d4k0ewvtbrilz
merge in lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        mir::shell::SurfaceSpecification const& modifications) override;
57
57
 
58
58
    bool wait_for_modify_surface(std::chrono::seconds timeout);
 
59
 
 
60
    std::weak_ptr <mir::scene::Surface> latest_surface;
 
61
 
59
62
private:
60
63
    ClientInputRegions const& client_input_regions;
61
64
    ClientPositions const& client_positions;