// 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_RENDERERS_BASE_QUAD_RENDERER_H_ #define CHROME_BROWSER_VR_RENDERERS_BASE_QUAD_RENDERER_H_ #include "chrome/browser/vr/renderers/base_renderer.h" #include "chrome/browser/vr/vr_ui_export.h" namespace gfx { class Transform; } // namespace gfx namespace vr { class BaseQuadRenderer : public BaseRenderer { … }; } // namespace vr #endif // CHROME_BROWSER_VR_RENDERERS_BASE_QUAD_RENDERER_H_