Chromium Code Reviews| 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; |