| Index: cc/surfaces/surface_factory.h
|
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
|
| index 911c044f33c2b76b9c14a966af922568fe6164d1..5ab0a9eb3b9739e82e57cbee78a6d7f358caeeab 100644
|
| --- a/cc/surfaces/surface_factory.h
|
| +++ b/cc/surfaces/surface_factory.h
|
| @@ -87,6 +87,8 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver {
|
| bool needs_sync_points() const { return needs_sync_points_; }
|
| void set_needs_sync_points(bool needs) { needs_sync_points_ = needs; }
|
|
|
| + void OnBadFrameReceived();
|
| +
|
| private:
|
| // PendingFrameObserver implementation.
|
| void OnReferencedSurfacesChanged(
|
|
|