// 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_CANVAS_H_ #define REMOTING_CLIENT_DISPLAY_CANVAS_H_ #include <array> #include "base/memory/weak_ptr.h" namespace remoting { // This class holds zoom and pan configurations of the canvas and is used to // draw textures on the canvas. class Canvas { … }; } // namespace remoting #endif // REMOTING_CLIENT_DISPLAY_CANVAS_H_