// 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_DRAWABLE_H_ #define REMOTING_CLIENT_DISPLAY_DRAWABLE_H_ #include "base/memory/weak_ptr.h" namespace remoting { class Canvas; // Interface for drawing on a Canvas from a renderer. class Drawable { … }; } // namespace remoting #endif // REMOTING_CLIENT_DISPLAY_DRAWABLE_H_