| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index e3c7b9c23610df2a24252c67c13b3041a0672bd5..de372d0cc3bb1f6bc119f466db4595bb63d8e7bd 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -92,7 +92,7 @@ class GpuVideoAcceleratorFactories;
|
| }
|
|
|
| namespace ui {
|
| -class GpuService;
|
| +class Gpu;
|
| }
|
|
|
| namespace v8 {
|
| @@ -699,7 +699,7 @@ class CONTENT_EXPORT RenderThreadImpl
|
| std::unique_ptr<ChildMemoryCoordinatorImpl> memory_coordinator_;
|
|
|
| #if defined(USE_AURA)
|
| - std::unique_ptr<ui::GpuService> gpu_service_;
|
| + std::unique_ptr<ui::Gpu> gpu_;
|
| #endif
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner>
|
|
|