// Copyright 2018 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_lost_reason.h" #include "base/notreached.h" namespace viz { ContextLostReason GetContextLostReason(gpu::error::Error error, gpu::error::ContextLostReason reason) { … } } // namespace viz