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

Unified Diff: services/ui/gpu/gpu_service.h

Issue 2763493002: gpu: Use mojom API for recording log messages to the host. (Closed)
Patch Set: add comment 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: services/ui/gpu/gpu_service.h
diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
index aac89381d1d3f86f879ec998a9ea8916124ea36e..f8412a3bcd7416e6d1ae2f4ef8699846144d45e3 100644
--- a/services/ui/gpu/gpu_service.h
+++ b/services/ui/gpu/gpu_service.h
@@ -82,6 +82,11 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
private:
friend class GpuMain;
+ void RecordLogMessage(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
+ int severity,
+ size_t message_start,
+ const std::string& message);
+
gpu::SyncPointManager* sync_point_manager() { return sync_point_manager_; }
gpu::gles2::MailboxManager* mailbox_manager() {

Powered by Google App Engine
This is Rietveld 408576698