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

Unified Diff: components/mus/display_manager.h

Issue 1328953003: Mandoline: Support transforms and clipping of OOPIFs and events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase works! Created 5 years, 3 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: components/mus/display_manager.h
diff --git a/components/mus/display_manager.h b/components/mus/display_manager.h
index 3f2dc78296db0e172c420a6acc44fece2bb05f9f..0c81202aef6dbafd7085570a9563c0a5ffede21b 100644
--- a/components/mus/display_manager.h
+++ b/components/mus/display_manager.h
@@ -110,6 +110,8 @@ class DefaultDisplayManager : public DisplayManager,
void Draw();
void DidDraw();
void UpdateMetrics(const gfx::Size& size, float device_pixel_ratio);
+ scoped_ptr<cc::CompositorFrame> GenerateCompositorFrame();
+ const cc::CompositorFrame* GetLastCompositorFrame() const;
// ui::PlatformWindowDelegate:
void OnBoundsChanged(const gfx::Rect& new_bounds) override;

Powered by Google App Engine
This is Rietveld 408576698