| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index d967925b81e12eb83004c568ab14560253902043..a4b1e762bc2cfcabdd2582213f3b81cc38998941 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -110,7 +110,6 @@ class GpuChildThread : public ChildThreadImpl,
|
| const std::string& group_name) override;
|
|
|
| // Message handlers.
|
| - void OnFinalize();
|
| void OnCollectGraphicsInfo();
|
| void OnSetVideoMemoryWindowCount(uint32_t window_count);
|
|
|
|
|