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

Unified Diff: remoting/client/gl_cursor.h

Issue 2196493002: [Chromoting] Unit Tests for GlRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge ToT Created 4 years, 4 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: remoting/client/gl_cursor.h
diff --git a/remoting/client/gl_cursor.h b/remoting/client/gl_cursor.h
index 7e1ee4f50de80750434746e5fb212f84b2eb068e..58735733268c3731305d45887a5a39e2da024a16 100644
--- a/remoting/client/gl_cursor.h
+++ b/remoting/client/gl_cursor.h
@@ -5,6 +5,8 @@
#ifndef REMOTING_CLIENT_OPENGL_GL_CURSOR_H_
#define REMOTING_CLIENT_OPENGL_GL_CURSOR_H_
+#include <stdint.h>
Sergey Ulanov 2016/08/10 15:35:06 cstdint
Yuwei 2016/08/10 21:31:00 Done.
+
#include <array>
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698