~kgunn72/mir/dont-crash-when-shooting-invalid-surface

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/null_virtual_terminal.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths, Alexandros Frantzis, Daniel van Vugt, Kevin DuBois, Christopher James Halse Rogers, chris.gagnon, Mathieu Trudel-Lapierre, Robert Carr, Automatic PS uploader, Kevin Gunn, Daniel d'Andrada, Christopher James Halse Rogers, Michael Terry, Brandon Schaefer, Timo Jyrinki, Mir Team, Andreas Pokorny
  • Date: 2013-12-20 11:11:22 UTC
  • mfrom: (1169.1.1 version-0.1.3)
  • Revision ID: tarmac-20131220111122-h503fd1fnq7pn9za
Latest upstream release: Mir 0.1.3 (r1298).

Approved by Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef MIR_TEST_DOUBLES_NULL_VIRTUAL_TERMINAL_H_
20
20
#define MIR_TEST_DOUBLES_NULL_VIRTUAL_TERMINAL_H_
21
21
 
22
 
#include "src/server/graphics/gbm/virtual_terminal.h"
 
22
#include "src/platform/graphics/mesa/virtual_terminal.h"
23
23
 
24
24
namespace mir
25
25
{
28
28
namespace doubles
29
29
{
30
30
 
31
 
class NullVirtualTerminal : public graphics::gbm::VirtualTerminal
 
31
class NullVirtualTerminal : public graphics::mesa::VirtualTerminal
32
32
{
33
33
public:
34
34
    void set_graphics_mode() {}