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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2723013004: gpu: Replace more chrome ipc with mojom API. (Closed)
Patch Set: tot merge Created 3 years, 10 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 c4f539f8b925bf3f13fa305dd97e054c1dd88710..d967925b81e12eb83004c568ab14560253902043 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -114,12 +114,6 @@ class GpuChildThread : public ChildThreadImpl,
void OnCollectGraphicsInfo();
void OnSetVideoMemoryWindowCount(uint32_t window_count);
- void OnClean();
- void OnCrash();
- void OnHang();
-#if defined(OS_ANDROID)
- void OnJavaCrash();
-#endif
void OnGpuSwitched();
void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
« 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