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

Unified Diff: remoting/client/gl_render_layer.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_render_layer.h
diff --git a/remoting/client/gl_render_layer.h b/remoting/client/gl_render_layer.h
index 0883a6407eb3ddf9e1f4848a746476e17ad32b2c..048bc507c25947616be143db1520dd77364753c1 100644
--- a/remoting/client/gl_render_layer.h
+++ b/remoting/client/gl_render_layer.h
@@ -5,6 +5,9 @@
#ifndef REMOTING_CLIENT_OPENGL_GL_RENDER_LAYER_H_
#define REMOTING_CLIENT_OPENGL_GL_RENDER_LAYER_H_
+#include <array>
+#include <memory>
+
#include "base/macros.h"
#include "base/threading/thread_checker.h"
#include "remoting/client/sys_opengl.h"

Powered by Google App Engine
This is Rietveld 408576698