| 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.
|
|
|