Chromium Code Reviews| Index: components/mus/public/interfaces/compositor_frame.mojom |
| diff --git a/components/mus/public/interfaces/compositor_frame.mojom b/components/mus/public/interfaces/compositor_frame.mojom |
| index 38ab06f6ff5d7f2f9b7877be818734eaf34713c2..13f143f20b2c7d88d86ef957073c230496546e96 100644 |
| --- a/components/mus/public/interfaces/compositor_frame.mojom |
| +++ b/components/mus/public/interfaces/compositor_frame.mojom |
| @@ -17,18 +17,8 @@ enum ResourceFormat { |
| ETC1, |
| }; |
| -// See src/gpu/command_buffer/common/constants.h |
| -enum CommandBufferNamespace { |
| - INVALID = -1, |
| - |
| - GPU_IO, |
| - IN_PROCESS, |
| - MOJO, |
| - MOJO_LOCAL, |
| - OLD_SYNC_POINTS, |
| - |
| - NUM_COMMAND_BUFFER_NAMESPACES |
| -}; |
| +[native=True] |
|
yzshen1
2016/01/26 04:36:29
Considering that we have MinVersion (and previousl
|
| +enum CommandBufferNamespace; |
| // See src/gpu/command_buffer/common/sync_token.h |
| struct SyncToken { |