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

Unified Diff: content/browser/renderer_host/accelerated_surface_container_manager_mac.h

Issue 9194005: gpu: reference target surfaces through a globally unique surface id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix more tests Created 8 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/renderer_host/accelerated_surface_container_manager_mac.h
diff --git a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
index d342971a1da6ae29a8fbf3f120d2c872c43dc7b1..ac8fe4c7537964785b4df22ee28af5f88355c8e9 100644
--- a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
+++ b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
@@ -82,9 +82,10 @@ class AcceleratedSurfaceContainerManagerMac {
void ForceTextureReload();
// Notifies a surface that it has been painted to.
- void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id, uint64 surface_id);
void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id,
- uint64 surface_id,
+ uint64 surface_handle);
+ void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id,
+ uint64 surface_handle,
const gfx::Rect& update_rect);
// Notifies the root container that its surface is invalid.

Powered by Google App Engine
This is Rietveld 408576698