summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/surfaces/surface.h')
-rw-r--r--cc/surfaces/surface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
index 97706eb..340db19 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_;