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

Unified Diff: remoting/client/display/gl_math.cc

Issue 2614443003: Moving the GL implementation details into a sub folder for client display. (Closed)
Patch Set: Updating the include define for the new path. Created 3 years, 12 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/display/gl_math.cc
diff --git a/remoting/client/gl_math.cc b/remoting/client/display/gl_math.cc
similarity index 96%
rename from remoting/client/gl_math.cc
rename to remoting/client/display/gl_math.cc
index 6102e3c596fa6e3a799e3431d5352706827354ff..b91229bda3354eae817da23404fab3473903d3d7 100644
--- a/remoting/client/gl_math.cc
+++ b/remoting/client/display/gl_math.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/gl_math.h"
+#include "remoting/client/display/gl_math.h"
#include <sstream>

Powered by Google App Engine
This is Rietveld 408576698