| Index: content/common/gpu/texture_image_transport_surface.cc
|
| diff --git a/content/common/gpu/texture_image_transport_surface.cc b/content/common/gpu/texture_image_transport_surface.cc
|
| index 0ab94e3ed75bc3344a66855f4d2d8aa6ebe9c5de..f51f54515229f02049d329b395452736c421ca4c 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.cc
|
| +++ b/content/common/gpu/texture_image_transport_surface.cc
|
| @@ -73,7 +73,8 @@ bool TextureImageTransportSurface::Initialize() {
|
|
|
| GpuChannel* parent_channel = manager->LookupChannel(handle_.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))
|
| helper_->SetPreemptByFlag(parent_channel->GetPreemptionFlag());
|
| }
|
|
|