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

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

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.h
diff --git a/ui/aura/local/window_port_local.h b/ui/aura/local/window_port_local.h
index 5d5547203d3536da731d53c66998fac4a3f7cac4..76c6df711d320b579e493aa54c99a13dd5d5252f 100644
--- a/ui/aura/local/window_port_local.h
+++ b/ui/aura/local/window_port_local.h
@@ -41,6 +41,8 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
std::unique_ptr<ui::PropertyData> data) override;
std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink() override;
cc::SurfaceId GetSurfaceId() const override;
+ void SetNeedsBeginFrames(bool needs,
+ base::RepeatingClosure callback) override;
void OnWindowAddedToRootWindow() override;
void OnWillRemoveWindowFromRootWindow() override;

Powered by Google App Engine
This is Rietveld 408576698