Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2753293003: gpu: Replace GpuMsg_CollectGraphicsInfo with mojom API. (Closed)
Patch Set: tot merge Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698