| Index: cc/surfaces/surface.h
|
| diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
|
| index 97706eb9ab3226d4e8354f4537316d4e76a48f90..340db193fb65d27adf82d1f4c20b99ba837ab2c9 100644
|
| --- a/cc/surfaces/surface.h
|
| +++ b/cc/surfaces/surface.h
|
| @@ -84,12 +84,8 @@ class CC_SURFACES_EXPORT Surface {
|
| bool destroyed() const { return destroyed_; }
|
| void set_destroyed(bool destroyed) { destroyed_ = destroyed; }
|
|
|
| - void AddBeginFrameSource(BeginFrameSource* begin_frame_source);
|
| - void RemoveBeginFrameSource(BeginFrameSource* begin_frame_source);
|
| -
|
| private:
|
| void ClearCopyRequests();
|
| - void UpdatePrimaryBeginFrameSource();
|
|
|
| SurfaceId surface_id_;
|
| base::WeakPtr<SurfaceFactory> factory_;
|
|
|