| Index: content/common/gpu/image_transport_surface_android.cc
|
| diff --git a/content/common/gpu/image_transport_surface_android.cc b/content/common/gpu/image_transport_surface_android.cc
|
| index 5fc9e51605f456c600ea9880750cdde22ba29920..5e0d6ff11de257a6a158242e0bb5c4a24911cc59 100644
|
| --- a/content/common/gpu/image_transport_surface_android.cc
|
| +++ b/content/common/gpu/image_transport_surface_android.cc
|
| @@ -92,7 +92,8 @@ bool ImageTransportSurfaceAndroid::Initialize() {
|
| GpuChannel* parent_channel =
|
| GetHelper()->manager()->LookupChannel(parent_client_id_);
|
| if (parent_channel) {
|
| - const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* command_line =
|
| + base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
|
| GetHelper()->SetPreemptByFlag(parent_channel->GetPreemptionFlag());
|
| }
|
|
|