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

Unified Diff: content/browser/gpu/gpu_process_host.h

Issue 2676543003: gpu: Some code cleanup after r445649. (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 | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 96e97770e651398fdc50aa9b6c5c3dfd91290a6f..1ed58728583cdaacaeb41efcc657d7b53a124a0b 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -209,24 +209,9 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
#if defined(OS_ANDROID)
void OnDestroyingVideoSurfaceAck(int surface_id);
#endif
- void OnDidCreateOffscreenContext(const GURL& url);
- void OnDidLoseContext(bool offscreen,
- gpu::error::ContextLostReason reason,
- const GURL& url);
- void OnDidDestroyOffscreenContext(const GURL& url);
void OnFieldTrialActivated(const std::string& trial_name);
-#if defined(OS_WIN)
- void OnAcceleratedSurfaceCreatedChildWindow(
- gpu::SurfaceHandle parent_handle,
- gpu::SurfaceHandle window_handle);
-#endif
-
void CreateChannelCache(int32_t client_id);
- void OnDestroyChannel(int32_t client_id);
- void OnCacheShader(int32_t client_id,
- const std::string& key,
- const std::string& shader);
bool LaunchGpuProcess(gpu::GpuPreferences* gpu_preferences);
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698