| Index: cc/ipc/cc_param_traits.h
|
| diff --git a/cc/ipc/cc_param_traits.h b/cc/ipc/cc_param_traits.h
|
| index c9f1bfa73d460cbe8082425d2d494fdd49307bd9..f1e2bffcc4479a02c5ec1923020f3fb42b379511 100644
|
| --- a/cc/ipc/cc_param_traits.h
|
| +++ b/cc/ipc/cc_param_traits.h
|
| @@ -78,8 +78,8 @@ struct CC_IPC_EXPORT ParamTraits<cc::FrameSinkId> {
|
| };
|
|
|
| template <>
|
| -struct CC_IPC_EXPORT ParamTraits<cc::LocalFrameId> {
|
| - typedef cc::LocalFrameId param_type;
|
| +struct CC_IPC_EXPORT ParamTraits<cc::LocalSurfaceId> {
|
| + typedef cc::LocalSurfaceId param_type;
|
| static void GetSize(base::PickleSizer* s, const param_type& p);
|
| static void Write(base::Pickle* m, const param_type& p);
|
| static bool Read(const base::Pickle* m,
|
|
|