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

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: Make RequestRender private and declare the test as friend 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 3791986cf6d04d8316aee767e9bc61fdc88c49c6..ea3e4bd5afd0d8d7fad3c676b1efbe490e5510f9 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>
+
#include <array>
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698