diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:26:48 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:26:48 +0000 |
commit | df4e2517f859dd215d9d4d453c0c37c54dca3583 (patch) | |
tree | 3f80b7f1192c4579a12374ccd4ab7a36c06ed41f /mojo/examples | |
parent | b63e3be0943cf45470a53dbcfbdc4f3bd75219ee (diff) | |
download | chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.zip chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.tar.gz chromium_src-df4e2517f859dd215d9d4d453c0c37c54dca3583.tar.bz2 |
Move native_viewport.mojom into public/interfaces
TBR=sky@chromium.org
http://crbug.com/385480
Review URL: https://codereview.chromium.org/331633006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples')
-rw-r--r-- | mojo/examples/aura_demo/aura_demo.cc | 2 | ||||
-rw-r--r-- | mojo/examples/compositor_app/compositor_app.cc | 2 | ||||
-rw-r--r-- | mojo/examples/pepper_container_app/pepper_container_app.cc | 2 | ||||
-rw-r--r-- | mojo/examples/pepper_container_app/type_converters.h | 2 | ||||
-rw-r--r-- | mojo/examples/sample_app/gles2_client_impl.h | 2 | ||||
-rw-r--r-- | mojo/examples/sample_app/sample_app.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc index ba8c48e..fe3398e 100644 --- a/mojo/examples/aura_demo/aura_demo.cc +++ b/mojo/examples/aura_demo/aura_demo.cc @@ -13,7 +13,7 @@ #include "mojo/public/cpp/application/application.h" #include "mojo/public/cpp/system/core.h" #include "mojo/public/interfaces/service_provider/service_provider.mojom.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" #include "ui/aura/client/default_capture_client.h" #include "ui/aura/client/window_tree_client.h" diff --git a/mojo/examples/compositor_app/compositor_app.cc b/mojo/examples/compositor_app/compositor_app.cc index e4b72da..31752bd 100644 --- a/mojo/examples/compositor_app/compositor_app.cc +++ b/mojo/examples/compositor_app/compositor_app.cc @@ -11,8 +11,8 @@ #include "mojo/public/cpp/gles2/gles2.h" #include "mojo/public/cpp/system/core.h" #include "mojo/public/interfaces/service_provider/service_provider.mojom.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" #include "mojo/services/public/cpp/geometry/geometry_type_converters.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "ui/gfx/rect.h" namespace mojo { diff --git a/mojo/examples/pepper_container_app/pepper_container_app.cc b/mojo/examples/pepper_container_app/pepper_container_app.cc index 6e92a68..3c6cf76 100644 --- a/mojo/examples/pepper_container_app/pepper_container_app.cc +++ b/mojo/examples/pepper_container_app/pepper_container_app.cc @@ -15,7 +15,7 @@ #include "mojo/public/cpp/gles2/gles2.h" #include "mojo/public/cpp/system/core.h" #include "mojo/public/interfaces/service_provider/service_provider.mojom.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "ppapi/c/pp_rect.h" #include "ppapi/shared_impl/proxy_lock.h" diff --git a/mojo/examples/pepper_container_app/type_converters.h b/mojo/examples/pepper_container_app/type_converters.h index cfb5c02..0f02a0a 100644 --- a/mojo/examples/pepper_container_app/type_converters.h +++ b/mojo/examples/pepper_container_app/type_converters.h @@ -6,7 +6,7 @@ #define MOJO_EXAMPLES_PEPPER_CONTAINER_APP_TYPE_CONVERTERS_H_ #include "mojo/public/cpp/bindings/type_converter.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "ppapi/c/pp_point.h" #include "ppapi/c/pp_rect.h" #include "ppapi/c/pp_size.h" diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/mojo/examples/sample_app/gles2_client_impl.h index a75a284..6791504 100644 --- a/mojo/examples/sample_app/gles2_client_impl.h +++ b/mojo/examples/sample_app/gles2_client_impl.h @@ -7,7 +7,7 @@ #include "mojo/examples/sample_app/spinning_cube.h" #include "mojo/public/c/gles2/gles2.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" #include "ui/gfx/point_f.h" #include "ui/gfx/size.h" diff --git a/mojo/examples/sample_app/sample_app.cc b/mojo/examples/sample_app/sample_app.cc index ec1ba51..b6a20b7 100644 --- a/mojo/examples/sample_app/sample_app.cc +++ b/mojo/examples/sample_app/sample_app.cc @@ -12,7 +12,7 @@ #include "mojo/public/cpp/system/macros.h" #include "mojo/public/cpp/utility/run_loop.h" #include "mojo/public/interfaces/service_provider/service_provider.mojom.h" -#include "mojo/services/native_viewport/native_viewport.mojom.h" +#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h" namespace mojo { namespace examples { |