chromium/remoting/client/display/fake_canvas.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_CLIENT_DISPLAY_FAKE_CANVAS_H_
#define REMOTING_CLIENT_DISPLAY_FAKE_CANVAS_H_

#include <array>

#include "base/threading/thread_checker.h"
#include "remoting/client/display/gl_canvas.h"
#include "remoting/client/display/sys_opengl.h"

namespace remoting {

class FakeCanvas : public Canvas {};

}  // namespace remoting

#endif  // REMOTING_CLIENT_DISPLAY_FAKE_CANVAS_H_