Index: cc/surfaces/display.h |
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h |
index 47c55bb4f90e59c2cad65c3b5a3c942643f7d405..99e66fba194ee055e81e423ca7a0fdfb739ae4e3 100644 |
--- a/cc/surfaces/display.h |
+++ b/cc/surfaces/display.h |
@@ -82,7 +82,7 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient, |
void SetFullRootLayerDamage() override {} |
// SurfaceDamageObserver implementation. |
- void OnSurfaceDamaged(SurfaceId surface) override; |
+ void OnSurfaceDamaged(SurfaceId surface, bool* changed) override; |
private: |
void InitializeRenderer(); |