| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index e47dc9049f72d9c297e404a33aaa3c647a18015e..36e5eef03de67b06410fca0940093382064c4f8d 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/callback_forward.h"
|
| +#include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -72,6 +72,7 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| // actually received on the IO thread.
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| + CONTENT_EXPORT void RelinquishGpuResources(const base::Closure& callback);
|
| CONTENT_EXPORT void SimulateRemoveAllContext();
|
| CONTENT_EXPORT void SimulateCrash();
|
| CONTENT_EXPORT void SimulateHang();
|
|
|