chromium/remoting/client/display/gl_renderer_delegate.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_GL_RENDERER_DELEGATE_H_
#define REMOTING_CLIENT_DISPLAY_GL_RENDERER_DELEGATE_H_

namespace remoting {

// Interface to interact with GlRenderer. All functions will be called on the
// display thread.
class GlRendererDelegate {};

}  // namespace remoting
#endif  // REMOTING_CLIENT_DISPLAY_GL_RENDERER_DELEGATE_H_