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

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: Addressed Rob's comments 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 4173f367b0f1ba75aba182d11a00b89fa9450a83..9556834b8bfb759bd721fb0f3b5260b8903ae068 100644
--- a/components/mus/display_manager.h
+++ b/components/mus/display_manager.h
@@ -103,9 +103,13 @@ class DefaultDisplayManager : public DisplayManager,
private:
void WantToDraw();
+
+ // This method initiates a top level redraw of the display.
rjkroege 2015/09/17 19:03:56 When w.r.t. to vblank?
Fady Samuel 2015/09/17 20:00:21 No :P I filed a bug for that. Added a reference an
void Draw();
void DidDraw();
rjkroege 2015/09/17 19:03:56 when is this called with regards to the vblank?
Fady Samuel 2015/09/17 20:00:21 Done.
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