Index: cc/surfaces/onscreen_display_client.h |
diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h |
index d91f9c4908c68933a2aaeb75f7bf8f3aa4aa2136..1a7d8e5d263a8cee63db592477505578a5dce32d 100644 |
--- a/cc/surfaces/onscreen_display_client.h |
+++ b/cc/surfaces/onscreen_display_client.h |
@@ -50,6 +50,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient |
base::TimeDelta interval) override; |
void OutputSurfaceLost() override; |
void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override; |
+ BeginFrameSource* BeginFrameSourceForChildren() override; |
bool output_surface_lost() { return output_surface_lost_; } |