| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index afc3b88551b10aaa999f4f4fa2baf78ef758d095..eaaa8c10d69bf677c52c55689a495268d55ec06e 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -104,7 +104,7 @@ class CC_EXPORT VideoResourceUpdater
|
| };
|
| static void RecycleResource(base::WeakPtr<VideoResourceUpdater> updater,
|
| RecycleResourceData data,
|
| - unsigned sync_point,
|
| + uint32 sync_point,
|
| bool lost_resource);
|
|
|
| ContextProvider* context_provider_;
|
|
|