| Index: ash/gpu_support_stub.h
|
| diff --git a/ash/gpu_support_stub.h b/ash/gpu_support_stub.h
|
| index 0de30db81aec75b704f5393e2b3ec8207dd2f23f..4a732241958b26b1c3254c043f645dc2a80478e9 100644
|
| --- a/ash/gpu_support_stub.h
|
| +++ b/ash/gpu_support_stub.h
|
| @@ -20,8 +20,6 @@ class ASH_EXPORT GPUSupportStub : public GPUSupport {
|
| private:
|
| // Overridden from GPUSupport:
|
| bool IsPanelFittingDisabled() const override;
|
| - void GetGpuProcessHandles(
|
| - const GetGpuProcessHandlesCallback& callback) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GPUSupportStub);
|
| };
|
|
|