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 OnPreliminaryGraphicsInfoCollected( |
+ const GPUInfo& gpu_info, IPC::Message* reply_msg); |
void OnLogMessage(int level, const std::string& header, |
const std::string& message); |
void OnSynchronizeReply(); |