| 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 7c9c05a4c12dc283922211eb2e3a2aef2ca0916b..56b1222724bd445717e54288e1a81bf320a047a5 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -93,16 +93,9 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
|
|
| // Message handlers.
|
| bool OnControlMessageReceived(const IPC::Message& message);
|
| -
|
| void OnLogMessage(int level, const std::string& header,
|
| const std::string& message);
|
| -
|
| void OnGraphicsInfoCollected(const gpu::GPUInfo& gpu_info);
|
| -
|
| -#if defined(OS_MACOSX)
|
| - void OnAcceleratedSurfaceBuffersSwapped(
|
| - const AcceleratedSurfaceBuffersSwappedParams& params);
|
| -#endif
|
| void OnVideoMemoryUsageStatsReceived(
|
| const gpu::VideoMemoryUsageStats& video_memory_usage_stats);
|
|
|
|
|