| Index: mojo/services/gpu/interfaces/context_provider.mojom
|
| diff --git a/mojo/services/gpu/public/interfaces/context_provider.mojom b/mojo/services/gpu/interfaces/context_provider.mojom
|
| similarity index 90%
|
| rename from mojo/services/gpu/public/interfaces/context_provider.mojom
|
| rename to mojo/services/gpu/interfaces/context_provider.mojom
|
| index 88950e5ea1e55e060fcbdaccb890b51f36518468..9c6cc52eebe53dae25b69c2264e74a71cac5b823 100644
|
| --- a/mojo/services/gpu/public/interfaces/context_provider.mojom
|
| +++ b/mojo/services/gpu/interfaces/context_provider.mojom
|
| @@ -5,8 +5,8 @@
|
| [DartPackage="mojo_services"]
|
| module mojo;
|
|
|
| -import "gpu/public/interfaces/command_buffer.mojom";
|
| -import "gpu/public/interfaces/viewport_parameter_listener.mojom";
|
| +import "gpu/interfaces/command_buffer.mojom";
|
| +import "gpu/interfaces/viewport_parameter_listener.mojom";
|
|
|
| // A ContextProvider can be used to provide new command buffers related to a
|
| // particular context, for instance configured to draw to a particular display.
|
|
|