Index: content/gpu/gpu_child_thread.h |
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
index b2c49f0fc350ca2abef15cc04a9ecbc29e6674c3..96deffbcda6a825061cd555cfd325e14b3e5dbff 100644 |
--- a/content/gpu/gpu_child_thread.h |
+++ b/content/gpu/gpu_child_thread.h |
@@ -110,10 +110,6 @@ class GpuChildThread : public ChildThreadImpl, |
void OnFieldTrialGroupFinalized(const std::string& trial_name, |
const std::string& group_name) override; |
- // Message handlers. |
- void OnCollectGraphicsInfo(); |
- void OnSetVideoMemoryWindowCount(uint32_t window_count); |
- |
void OnGpuSwitched(); |
void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id, |