chromium/ui/gl/scoped_make_current_unsafe.cc

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

#include "ui/gl/scoped_make_current_unsafe.h"

#include "base/check.h"
#include "ui/gl/gl_context.h"
#include "ui/gl/gl_surface.h"

namespace ui {

ScopedMakeCurrentUnsafe::ScopedMakeCurrentUnsafe(gl::GLContext* context,
                                                 gl::GLSurface* surface)
    :{}

ScopedMakeCurrentUnsafe::~ScopedMakeCurrentUnsafe() {}

}  // namespace ui