| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index e3476d44bb4f6ee025857e3782f83c4a94547e70..cd6ba19b0d803ff19f214d2528c2595c6c57333e 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_;
|
|
|