| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index ff0c9258cd11fed094001d32487961a8d65e3ea4..89fb1549b9962c24b328e46c92b845055a5db198 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -59,6 +59,7 @@ class GpuChildThread : public ChildThread {
|
| private:
|
| // Message handlers.
|
| void OnInitialize();
|
| + void OnInitializePlatformSupport(int32 host_route_id);
|
| void OnCollectGraphicsInfo();
|
| void OnGetVideoMemoryUsageStats();
|
| void OnSetVideoMemoryWindowCount(uint32 window_count);
|
|
|