chromium/gpu/command_buffer/tests/gl_dynamic_config_unittest.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "gpu/command_buffer/tests/gl_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace gpu {

class GLDynamicConfigTest : public testing::Test {};

TEST_F(GLDynamicConfigTest, SwitchConfigurationInNonVirtualizedContextMode) {}

}  // namespace gpu