| Index: ui/ozone/public/gpu_platform_support.h
|
| diff --git a/ui/ozone/public/gpu_platform_support.h b/ui/ozone/public/gpu_platform_support.h
|
| index 6a318520802cc633860c649e7760b32d31a50e5e..2b512e0ec7c4efa59422717b8c35edf5084d3fa1 100644
|
| --- a/ui/ozone/public/gpu_platform_support.h
|
| +++ b/ui/ozone/public/gpu_platform_support.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef UI_OZONE_PUBLIC_GPU_PLATFORM_SUPPORT_H_
|
| #define UI_OZONE_PUBLIC_GPU_PLATFORM_SUPPORT_H_
|
|
|
| -#include "base/callback.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "ui/ozone/ozone_base_export.h"
|
| @@ -27,8 +26,6 @@ class OZONE_BASE_EXPORT GpuPlatformSupport : public IPC::Listener {
|
| // Called when the GPU process is spun up & channel established.
|
| virtual void OnChannelEstablished(IPC::Sender* sender) = 0;
|
|
|
| - virtual void RelinquishGpuResources(const base::Closure& callback) = 0;
|
| -
|
| virtual IPC::MessageFilter* GetMessageFilter() = 0;
|
| };
|
|
|
|
|