// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_VR_ELEMENTS_ENVIRONMENT_GRID_H_ #define CHROME_BROWSER_VR_ELEMENTS_ENVIRONMENT_GRID_H_ #include "chrome/browser/vr/elements/rect.h" #include "chrome/browser/vr/model/camera_model.h" #include "third_party/skia/include/core/SkColor.h" namespace vr { class UiElementRenderer; // Draws a quad with a radial gradient and grid lines. class Grid : public Rect { … }; } // namespace vr #endif // CHROME_BROWSER_VR_ELEMENTS_ENVIRONMENT_GRID_H_