| Index: content/common/gpu/sync_point_manager.h
|
| diff --git a/content/common/gpu/sync_point_manager.h b/content/common/gpu/sync_point_manager.h
|
| index d46ad609073b15524b429b8548fa333960d6705f..77a4e6d0b75b5fce4c093b1442b9c7da5e8ff9d2 100644
|
| --- a/content/common/gpu/sync_point_manager.h
|
| +++ b/content/common/gpu/sync_point_manager.h
|
| @@ -22,7 +22,7 @@ class SyncPointManager : public base::RefCountedThreadSafe<SyncPointManager> {
|
| SyncPointManager();
|
|
|
| // Generates a sync point, returning its ID. This can me called on any thread.
|
| - // IDs start at 1.
|
| + // IDs start at a random number. Never return 0.
|
| uint32 GenerateSyncPoint();
|
|
|
| // Retires a sync point. This will call all the registered callbacks for this
|
|
|