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

Unified Diff: content/gpu/gpu_child_thread.cc

Issue 2777973002: gpu: Replace GpuHostMsg_Initialized with mojom api. (Closed)
Patch Set: 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
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index 3ca7566708ee572092579f7ddfafb65739c7a6d8..ee298d1e961d7638fbdf82c1706b29f94b78704a 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -268,8 +268,6 @@ void GpuChildThread::CreateGpuService(
mojo::ScopedSharedBufferHandle activity_flags) {
gpu_service_->Bind(std::move(request));
gpu_service_->UpdateGPUInfoFromPreferences(gpu_preferences);
- Send(new GpuHostMsg_Initialized(!dead_on_arrival_, gpu_service_->gpu_info(),
- gpu_service_->gpu_feature_info()));
for (const LogMessage& log : deferred_messages_)
gpu_host->RecordLogMessage(log.severity, log.header, log.message);
deferred_messages_.clear();
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698