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

Unified Diff: services/ui/surfaces/surfaces_context_provider.cc

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 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
Index: services/ui/surfaces/surfaces_context_provider.cc
diff --git a/services/ui/surfaces/surfaces_context_provider.cc b/services/ui/surfaces/surfaces_context_provider.cc
index c2957b8ca473b813277f3cd89fbcc643234352c9..8506583be0cd9b9c430156c9c7159ab4186f13d3 100644
--- a/services/ui/surfaces/surfaces_context_provider.cc
+++ b/services/ui/surfaces/surfaces_context_provider.cc
@@ -27,11 +27,9 @@
namespace ui {
SurfacesContextProvider::SurfacesContextProvider(
- gfx::AcceleratedWidget widget,
+ gpu::SurfaceHandle widget,
scoped_refptr<gpu::GpuChannelHost> gpu_channel)
- : delegate_(nullptr),
- widget_(widget),
- task_runner_(base::ThreadTaskRunnerHandle::Get()) {
+ : delegate_(nullptr), task_runner_(base::ThreadTaskRunnerHandle::Get()) {
gpu::CommandBufferProxyImpl* shared_command_buffer = nullptr;
gpu::GpuStreamId stream_id = gpu::GpuStreamId::GPU_STREAM_DEFAULT;
gpu::GpuStreamPriority stream_priority = gpu::GpuStreamPriority::NORMAL;

Powered by Google App Engine
This is Rietveld 408576698