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

Unified Diff: ui/aura/local/window_port_local.cc

Issue 2878113002: mus: Embedder can request and observe BeginFrame for embedded client. (Closed)
Patch Set: . Created 3 years, 7 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: ui/aura/local/window_port_local.cc
diff --git a/ui/aura/local/window_port_local.cc b/ui/aura/local/window_port_local.cc
index 2ca8fd74ef4ec69fe48713fb93e16172a32d8329..1a9dae63dd68f75417c529480340378bd8eab24e 100644
--- a/ui/aura/local/window_port_local.cc
+++ b/ui/aura/local/window_port_local.cc
@@ -111,6 +111,11 @@ cc::SurfaceId WindowPortLocal::GetSurfaceId() const {
return cc::SurfaceId(frame_sink_id_, local_surface_id_);
}
+void WindowPortLocal::SetNeedsBeginFrames(bool needs,
+ base::RepeatingClosure callback) {
+ NOTREACHED();
+}
+
void WindowPortLocal::OnWindowAddedToRootWindow() {
if (frame_sink_id_.is_valid())
window_->layer()->GetCompositor()->AddFrameSink(frame_sink_id_);

Powered by Google App Engine
This is Rietveld 408576698