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

Unified Diff: ui/gl/vsync_provider_win.h

Issue 2555173003: [Do not submit] D3DKMTWaitForVerticalBlankEvent VSync prototype (Closed)
Patch Set: Added command line switch and experiment support Created 3 years, 11 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
« ui/gl/gl_switches.cc ('K') | « ui/gl/gl_switches.cc ('k') | no next file » | 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 8435fba662c1744b42c0814d4a0828dfdfe5456a..2a042a08b5fa29f5a70385c8fce7e8bae39a1488 100644
--- a/ui/gl/vsync_provider_win.h
+++ b/ui/gl/vsync_provider_win.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef UI_GL_VSYNC_PROVIDER_WIN_H_
+#define UI_GL_VSYNC_PROVIDER_WIN_H_
+
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/vsync_provider.h"
#include "ui/gl/gl_export.h"
@@ -25,3 +28,5 @@ class GL_EXPORT VSyncProviderWin : public gfx::VSyncProvider {
};
} // namespace gl
+
+#endif // UI_GL_VSYNC_PROVIDER_WIN_H_
« ui/gl/gl_switches.cc ('K') | « ui/gl/gl_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698