Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1691)

Unified Diff: ui/gl/sync_control_vsync_provider.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/scoped_make_current.cc ('k') | ui/gl/sync_control_vsync_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/sync_control_vsync_provider.h
diff --git a/ui/gl/sync_control_vsync_provider.h b/ui/gl/sync_control_vsync_provider.h
index 7dfbf15a89bb18f078f5bfb3e8015a39f820a72e..ea1681cf19de3c850801a7683ee23f12941b7f68 100644
--- a/ui/gl/sync_control_vsync_provider.h
+++ b/ui/gl/sync_control_vsync_provider.h
@@ -12,11 +12,11 @@
#include "base/macros.h"
#include "ui/gfx/vsync_provider.h"
-namespace gfx {
+namespace gl {
// Base class for providers based on extensions like GLX_OML_sync_control and
// EGL_CHROMIUM_sync_control.
-class SyncControlVSyncProvider : public VSyncProvider {
+class SyncControlVSyncProvider : public gfx::VSyncProvider {
public:
SyncControlVSyncProvider();
~SyncControlVSyncProvider() override;
@@ -47,6 +47,6 @@ class SyncControlVSyncProvider : public VSyncProvider {
DISALLOW_COPY_AND_ASSIGN(SyncControlVSyncProvider);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_SYNC_CONTROL_VSYNC_PROVIDER_H_
« no previous file with comments | « ui/gl/scoped_make_current.cc ('k') | ui/gl/sync_control_vsync_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698