| Index: ui/ozone/public/ozone_gpu_test_helper.cc
|
| diff --git a/ui/ozone/public/ozone_gpu_test_helper.cc b/ui/ozone/public/ozone_gpu_test_helper.cc
|
| index 6ab095ef0dfc09a967e8707893e25ecd313150f0..ca8ebf3d2ff3ef5b28304790f933d527a8610fb5 100644
|
| --- a/ui/ozone/public/ozone_gpu_test_helper.cc
|
| +++ b/ui/ozone/public/ozone_gpu_test_helper.cc
|
| @@ -70,23 +70,6 @@ class FakeGpuProcess : public IPC::Channel {
|
| return base::kNullProcessId;
|
| }
|
|
|
| - base::ProcessId GetSelfPID() const override {
|
| - NOTREACHED();
|
| - return base::kNullProcessId;
|
| - }
|
| -
|
| -#if defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
| - int GetClientFileDescriptor() const override {
|
| - NOTREACHED();
|
| - return 0;
|
| - }
|
| -
|
| - base::ScopedFD TakeClientFileDescriptor() override {
|
| - NOTREACHED();
|
| - return base::ScopedFD();
|
| - }
|
| -#endif
|
| -
|
| private:
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
|
| };
|
|
|