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

Unified Diff: gpu/ipc/client/gpu_channel_host.h

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 4 years, 7 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
Index: gpu/ipc/client/gpu_channel_host.h
diff --git a/gpu/ipc/client/gpu_channel_host.h b/gpu/ipc/client/gpu_channel_host.h
index 94407d144e7f8bcdde358ac5e73c16c8dda75283..818c892fd2aef0d6f1fc07943f07317b64aca6d9 100644
--- a/gpu/ipc/client/gpu_channel_host.h
+++ b/gpu/ipc/client/gpu_channel_host.h
@@ -117,7 +117,8 @@ class GPU_EXPORT GpuChannelHost
gpu::GpuStreamPriority stream_priority,
const std::vector<int32_t>& attribs,
const GURL& active_url,
- gfx::GpuPreference gpu_preference);
+ gfx::GpuPreference gpu_preference,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
// Destroy a command buffer created by this channel.
void DestroyCommandBuffer(CommandBufferProxyImpl* command_buffer);

Powered by Google App Engine
This is Rietveld 408576698