summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/vsync_thread_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/vsync_thread_win.h')
-rw-r--r--chromium/ui/gl/vsync_thread_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/gl/vsync_thread_win.h b/chromium/ui/gl/vsync_thread_win.h
index d148353ddc3..e3d65f122c2 100644
--- a/chromium/ui/gl/vsync_thread_win.h
+++ b/chromium/ui/gl/vsync_thread_win.h
@@ -12,6 +12,7 @@
#include "base/containers/flat_set.h"
#include "base/threading/thread.h"
#include "ui/gl/gl_export.h"
+#include "ui/gl/vsync_provider_win.h"
namespace base {
template <typename T>
@@ -46,6 +47,7 @@ class GL_EXPORT VSyncThreadWin {
base::Thread vsync_thread_;
// Used on vsync thread only after initialization.
+ VSyncProviderWin vsync_provider_;
const Microsoft::WRL::ComPtr<ID3D11Device> d3d11_device_;
HMONITOR primary_monitor_ = nullptr;
Microsoft::WRL::ComPtr<IDXGIOutput> primary_output_;