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

Unified Diff: chrome/browser/gpu_process_host_ui_shim.h

Issue 6531023: Collect as much GPU information as possible without creating a GL/D3D context... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move safe info collection into gpu process Created 9 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
Index: chrome/browser/gpu_process_host_ui_shim.h
===================================================================
--- chrome/browser/gpu_process_host_ui_shim.h (revision 75352)
+++ chrome/browser/gpu_process_host_ui_shim.h (working copy)
@@ -141,6 +141,8 @@
void OnDestroyCommandBuffer(gfx::PluginWindowHandle window,
int32 renderer_id, int32 render_view_id);
void OnGraphicsInfoCollected(const GPUInfo& gpu_info);
+ void OnGraphicsInfoCollectedSafe(
+ const GPUInfo& gpu_info, IPC::Message* reply_msg);
void OnLogMessage(int level, const std::string& header,
const std::string& message);
void OnSynchronizeReply();

Powered by Google App Engine
This is Rietveld 408576698