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

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: 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_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..24303f218637f0f4bfa90c5c1a41ed086ab9c862 100644
--- a/content/browser/renderer_host/accelerated_surface_container_linux.h
+++ b/content/browser/renderer_host/accelerated_surface_container_linux.h
@@ -21,9 +21,9 @@ class AcceleratedSurfaceContainerLinux {
virtual void Release() = 0;
// Initialize the surface container, and returns an ID for it.
- // The |surface_id| given to this function may be modified, and the modified
- // value should be used to identify the object.
- virtual bool Initialize(uint64* surface_id) = 0;
+ // The |surface_handle| given to this function may be modified, and the
+ // modified value should be used to identify the object.
+ 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.
« no previous file with comments | « content/browser/gpu/gpu_surface_tracker.cc ('k') | content/browser/renderer_host/accelerated_surface_container_linux_cc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698