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

Unified Diff: services/gles2/gpu_impl.h

Issue 769173002: Move native_viewport and gles2 service impls to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « services/gles2/command_buffer_type_conversions.cc ('k') | services/gles2/gpu_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/gpu_impl.h
diff --git a/mojo/services/gles2/gpu_impl.h b/services/gles2/gpu_impl.h
similarity index 95%
rename from mojo/services/gles2/gpu_impl.h
rename to services/gles2/gpu_impl.h
index a7c432f249752b2c0aef128aa4f0c93e04a14c12..905c1083f10cb82a8edf2f9b2048a8bd07240763 100644
--- a/mojo/services/gles2/gpu_impl.h
+++ b/services/gles2/gpu_impl.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef SERVICES_GLES2_GPU_IMPL_H_
+#define SERVICES_GLES2_GPU_IMPL_H_
+
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/threading/thread.h"
@@ -79,3 +82,5 @@ class GpuImpl : public Gpu {
};
} // namespace mojo
+
+#endif // SERVICES_GLES2_GPU_IMPL_H_
« no previous file with comments | « services/gles2/command_buffer_type_conversions.cc ('k') | services/gles2/gpu_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698