Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: components/mus/gles2/command_buffer_type_conversions.cc

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/gles2/command_buffer_type_conversions.h ('k') | components/mus/gles2/gpu_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_type_conversions.cc
diff --git a/components/mus/gles2/command_buffer_type_conversions.cc b/components/mus/gles2/command_buffer_type_conversions.cc
index d5a9f2603fdff5dddb5298dda368e5c59a1fb5b1..1bd8399351d965cba7973eb51bddae5bbad68690 100644
--- a/components/mus/gles2/command_buffer_type_conversions.cc
+++ b/components/mus/gles2/command_buffer_type_conversions.cc
@@ -6,6 +6,18 @@
#include "components/mus/public/interfaces/command_buffer.mojom.h"
+using mus::mojom::CommandBufferPtr;
+using mus::mojom::CommandBufferState;
+using mus::mojom::CommandBufferStatePtr;
+using mus::mojom::GpuCapabilities;
+using mus::mojom::GpuCapabilitiesPtr;
+using mus::mojom::GpuInfo;
+using mus::mojom::GpuInfoPtr;
+using mus::mojom::GpuPerStagePrecisions;
+using mus::mojom::GpuPerStagePrecisionsPtr;
+using mus::mojom::GpuShaderPrecision;
+using mus::mojom::GpuShaderPrecisionPtr;
+
namespace mojo {
CommandBufferStatePtr
« no previous file with comments | « components/mus/gles2/command_buffer_type_conversions.h ('k') | components/mus/gles2/gpu_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698