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

Unified Diff: content/common/gpu/gpu_channel_manager.h

Issue 1823723002: Move establish_channel_params.{cc|h} to content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « content/common/gpu/establish_channel_params.cc ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager.h
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
index c7642aa4a9af3f4a321d4eeb2d6215cb25027f59..b4a635e3dee5a8c66b0a7197f6109b88aa7bacdd 100644
--- a/content/common/gpu/gpu_channel_manager.h
+++ b/content/common/gpu/gpu_channel_manager.h
@@ -62,7 +62,6 @@ class GpuChannel;
class GpuChannelManagerDelegate;
class GpuMemoryBufferFactory;
class GpuWatchdog;
-struct EstablishChannelParams;
#if defined(OS_MACOSX)
struct BufferPresentedParams;
#endif
@@ -88,7 +87,12 @@ class CONTENT_EXPORT GpuChannelManager {
GpuChannelManagerDelegate* delegate() const { return delegate_; }
- IPC::ChannelHandle EstablishChannel(const EstablishChannelParams& params);
+ IPC::ChannelHandle EstablishChannel(int client_id,
+ uint64_t client_tracing_id,
+ bool preempts,
+ bool allow_view_command_buffers,
+ bool allow_real_time_streams);
+
void PopulateShaderCache(const std::string& shader);
void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
int client_id,
« no previous file with comments | « content/common/gpu/establish_channel_params.cc ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698