diff options
author | hendrikw <hendrikw@chromium.org> | 2014-12-02 14:35:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-02 22:36:03 +0000 |
commit | 00316c9ddfb9d7b4e1ed2fff9fe6d964d2b6b82d (patch) | |
tree | 57b1cab5c4d040e486d1f494949b243befe9fc7e /mojo/services | |
parent | fc6dfc7ff5b1073408499478969261b826ea9fff (diff) | |
download | chromium_src-00316c9ddfb9d7b4e1ed2fff9fe6d964d2b6b82d.zip chromium_src-00316c9ddfb9d7b4e1ed2fff9fe6d964d2b6b82d.tar.gz chromium_src-00316c9ddfb9d7b4e1ed2fff9fe6d964d2b6b82d.tar.bz2 |
gpu: Added IPC traits for new texture_rg flag
I've also added to the .mojom file for the gpu capabilities
BUG=435379
Review URL: https://codereview.chromium.org/774773002
Cr-Commit-Position: refs/heads/master@{#306477}
Diffstat (limited to 'mojo/services')
-rw-r--r-- | mojo/services/public/interfaces/gpu/gpu_capabilities.mojom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom b/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom index 2450139..ef28389 100644 --- a/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom +++ b/mojo/services/public/interfaces/gpu/gpu_capabilities.mojom @@ -51,4 +51,5 @@ struct GpuCapabilities { bool future_sync_points; bool blend_equation_advanced; bool blend_equation_advanced_coherent; + bool texture_rg; }; |