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

Unified Diff: services/ui/ws/gpu_host.h

Issue 2763493002: gpu: Use mojom API for recording log messages to the host. (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 | « services/ui/gpu/interfaces/gpu_host.mojom ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_host.h
diff --git a/services/ui/ws/gpu_host.h b/services/ui/ws/gpu_host.h
index b937266a5cc7136b079d451ae36d421b6797c376..d967b06cdce37634c8a4c375ed33a94042e0f851 100644
--- a/services/ui/ws/gpu_host.h
+++ b/services/ui/ws/gpu_host.h
@@ -57,6 +57,9 @@ class GpuHost : public mojom::GpuHost {
void StoreShaderToDisk(int32_t client_id,
const std::string& key,
const std::string& shader) override;
+ void RecordLogMessage(int32_t severity,
+ const std::string& header,
+ const std::string& message) override;
GpuHostDelegate* const delegate_;
int32_t next_client_id_;
« no previous file with comments | « services/ui/gpu/interfaces/gpu_host.mojom ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698