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

Unified Diff: content/browser/renderer_host/accelerated_surface_container_linux.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: . 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_linux.h
diff --git a/content/browser/renderer_host/accelerated_surface_container_linux.h b/content/browser/renderer_host/accelerated_surface_container_linux.h
index 1cb8ea1b49da49a4c7005d6628ff72da66b85e79..b8a1585fb836be31da9e596fae989462058942c3 100644
--- a/content/browser/renderer_host/accelerated_surface_container_linux.h
+++ b/content/browser/renderer_host/accelerated_surface_container_linux.h
@@ -23,7 +23,7 @@ class AcceleratedSurfaceContainerLinux {
// Initialize the surface container, and returns an ID for it.
// The |surface_id| given to this function may be modified, and the modified
jonathan.backer 2012/01/16 19:47:26 s/surface_id/surface_handle?
piman 2012/01/17 19:40:54 Done. Thanks.
// value should be used to identify the object.
- virtual bool Initialize(uint64* surface_id) = 0;
+ virtual bool Initialize(uint64* surface_handle) = 0;
// Some implementations of this class use shared memory, this is the handle
// to the shared buffer, which is part of the surface container.

Powered by Google App Engine
This is Rietveld 408576698