Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3059)

Unified Diff: cc/surfaces/onscreen_display_client.h

Issue 1821863002: Hook up ui::Compositor to Display's BeginFrameSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test compilation Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698