chromium/gpu/ipc/service/context_url.h

// 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_IPC_SERVICE_CONTEXT_URL_H_
#define GPU_IPC_SERVICE_CONTEXT_URL_H_

#include "gpu/ipc/service/gpu_ipc_service_export.h"
#include "url/gurl.h"

namespace gpu {

// Wrapper for GURL identifying a context.
class GPU_IPC_SERVICE_EXPORT ContextUrl {};

}  // namespace gpu

#endif  // GPU_IPC_SERVICE_CONTEXT_URL_H_