Index: examples/surfaces_app/child_gl_impl.cc |
diff --git a/mojo/examples/surfaces_app/child_gl_impl.cc b/examples/surfaces_app/child_gl_impl.cc |
similarity index 98% |
rename from mojo/examples/surfaces_app/child_gl_impl.cc |
rename to examples/surfaces_app/child_gl_impl.cc |
index 175ab7f0a9362cc4debfdbd2a22a11c5ddc63e9e..4f91f3d9b7c44d8ad2ad721755458ba41148ebc3 100644 |
--- a/mojo/examples/surfaces_app/child_gl_impl.cc |
+++ b/examples/surfaces_app/child_gl_impl.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 "mojo/examples/surfaces_app/child_gl_impl.h" |
+#include "examples/surfaces_app/child_gl_impl.h" |
#ifndef GL_GLEXT_PROTOTYPES |
#define GL_GLEXT_PROTOTYPES |
@@ -14,13 +14,13 @@ |
#include "cc/output/delegated_frame_data.h" |
#include "cc/quads/render_pass.h" |
#include "cc/quads/texture_draw_quad.h" |
+#include "examples/surfaces_app/surfaces_util.h" |
#include "gpu/GLES2/gl2chromium.h" |
#include "gpu/GLES2/gl2extchromium.h" |
#include "gpu/command_buffer/common/mailbox.h" |
#include "gpu/command_buffer/common/mailbox_holder.h" |
#include "mojo/converters/geometry/geometry_type_converters.h" |
#include "mojo/converters/surfaces/surfaces_type_converters.h" |
-#include "mojo/examples/surfaces_app/surfaces_util.h" |
#include "mojo/public/cpp/application/application_connection.h" |
#include "mojo/public/cpp/environment/environment.h" |
#include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h" |