// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GL_GL_FENCE_H_ #define UI_GL_GL_FENCE_H_ #include <memory> #include "ui/gfx/gpu_fence.h" #include "ui/gl/gl_export.h" namespace gl { class GL_EXPORT GLFence { … }; } // namespace gl #endif // UI_GL_GL_FENCE_H_