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

Unified Diff: ui/gl/vsync_provider_win.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/trace_util.cc ('k') | ui/gl/vsync_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/vsync_provider_win.h
diff --git a/ui/gl/vsync_provider_win.h b/ui/gl/vsync_provider_win.h
index 6b7e64cadc54c05d086b5aeaad638d8a95e7df0a..8435fba662c1744b42c0814d4a0828dfdfe5456a 100644
--- a/ui/gl/vsync_provider_win.h
+++ b/ui/gl/vsync_provider_win.h
@@ -6,16 +6,16 @@
#include "ui/gfx/vsync_provider.h"
#include "ui/gl/gl_export.h"
-namespace gfx {
+namespace gl {
-class GL_EXPORT VSyncProviderWin : public VSyncProvider {
+class GL_EXPORT VSyncProviderWin : public gfx::VSyncProvider {
public:
explicit VSyncProviderWin(gfx::AcceleratedWidget window);
~VSyncProviderWin() override;
static void InitializeOneOff();
- // VSyncProvider overrides;
+ // gfx::VSyncProvider overrides;
void GetVSyncParameters(const UpdateVSyncCallback& callback) override;
private:
@@ -24,4 +24,4 @@ class GL_EXPORT VSyncProviderWin : public VSyncProvider {
DISALLOW_COPY_AND_ASSIGN(VSyncProviderWin);
};
-} // namespace gfx
+} // namespace gl
« no previous file with comments | « ui/gl/trace_util.cc ('k') | ui/gl/vsync_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698