// Copyright 2016 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/common/gpu/context_provider.h" #include <utility> namespace viz { ContextProvider::ScopedContextLock::ScopedContextLock( ContextProvider* context_provider) : … { … } ContextProvider::ScopedContextLock::~ScopedContextLock() { … } } // namespace viz