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

Unified Diff: ui/gl/vsync_provider_win.h

Issue 2681033011: Changed GpuVSyncProvider to implement gfx::VSyncProvider (Closed)
Patch Set: Used base::MakeUnique Created 3 years, 10 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
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_

Powered by Google App Engine
This is Rietveld 408576698