// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #ifndef GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_TEST_HELPERS_H_ #define GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_TEST_HELPERS_H_ #include "testing/gtest/include/gtest/gtest.h" #include "ui/gl/gl_mock.h" namespace gfx { class Size; } // namespace gfx namespace gpu { namespace gles2 { class FeatureInfo; } // namespace gles2 class ContextStateTestHelpers { … }; } // namespace gpu #endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_TEST_HELPERS_H_