// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/viz/test/test_gles2_interface.h" #include <memory> #include "gpu/GLES2/gl2extchromium.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/khronos/GLES2/gl2ext.h" namespace viz { namespace { TEST(TestGLES2InterfaceTest, UseMultipleRenderAndFramebuffers) { … } } // namespace } // namespace viz