| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index 2a27739cef796ab5a3d90f87bf9a1202bb895edc..27a108bd3c38bccc4f9875e6388eaa3ca919167a 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_;
|
|
|