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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2772193006: gpu: Replace GpuMsg_GpuSwitched 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') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 4918d5cae6ef0c342c3c7ba40828b97cf5b46ec6..bba082542ccfe8dd482602c87c1e40276098410a 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -87,7 +87,6 @@ class GpuChildThread : public ChildThreadImpl,
// ChildThreadImpl:.
bool Send(IPC::Message* msg) override;
- bool OnControlMessageReceived(const IPC::Message& msg) override;
// IPC::Listener implementation via ChildThreadImpl:
void OnAssociatedInterfaceRequest(
@@ -107,9 +106,6 @@ class GpuChildThread : public ChildThreadImpl,
void OnFieldTrialGroupFinalized(const std::string& trial_name,
const std::string& group_name) override;
- // Message handlers.
- void OnGpuSwitched();
-
void BindServiceFactoryRequest(
service_manager::mojom::ServiceFactoryRequest request);
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698