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

Unified Diff: chrome/browser/gpu_process_host.h

Issue 4142004: Let every "accelerated IO surface swapped" message have an identifier of the surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 10 years, 2 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.h
diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
index 0e1440275c19ef3254769a2db59bb86c1b92fbd6..de8d3e554ac10384687598b5d51b140a2ea39248 100644
--- a/chrome/browser/gpu_process_host.h
+++ b/chrome/browser/gpu_process_host.h
@@ -102,7 +102,8 @@ class GpuProcessHost : public BrowserChildProcessHost {
const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params);
void OnAcceleratedSurfaceBuffersSwapped(int32 renderer_id,
int32 render_view_id,
- gfx::PluginWindowHandle window);
+ gfx::PluginWindowHandle window,
+ uint64 surface_id);
#endif
void ReplyToRenderer(const IPC::ChannelHandle& channel,

Powered by Google App Engine
This is Rietveld 408576698