// Copyright 2020 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/shared_gl_fence_egl.h" #include "base/logging.h" #include "ui/gl/gl_bindings.h" #include "ui/gl/gl_fence_egl.h" namespace gl { SharedGLFenceEGL::SharedGLFenceEGL() : … { … } SharedGLFenceEGL::~SharedGLFenceEGL() = default; void SharedGLFenceEGL::ServerWait() { … } } // namespace gl