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

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

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: cleanup Created 3 years, 11 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: 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 7fe8079c014786b3301309a2e7c6aa4a1bdab0ae..b2d69961891dbfdc088fccd16235623883fce4cc 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -42,6 +42,7 @@ struct ChannelHandle;
}
namespace gpu {
+struct GPUFeatureStatus;
struct GpuPreferences;
class ShaderDiskCache;
struct SyncToken;
@@ -185,7 +186,9 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
void OnProcessCrashed(int exit_code) override;
// Message handlers.
- void OnInitialized(bool result, const gpu::GPUInfo& gpu_info);
+ void OnInitialized(bool result,
+ const gpu::GPUInfo& gpu_info,
+ const gpu::GPUFeatureStatus& gpu_feature_status);
void OnChannelEstablished(const IPC::ChannelHandle& channel_handle);
void OnGpuMemoryBufferCreated(const gfx::GpuMemoryBufferHandle& handle);
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698