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

Unified Diff: sky/compositor/surface_holder.h

Issue 753643002: Enable the Sky compositor again (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/compositor/surface_holder.h
diff --git a/sky/compositor/surface_holder.h b/sky/compositor/surface_holder.h
index 3ff3703cacf72b5571be2f70b771f2554fca67a1..59a0fdb1dfaa48261362a6c15164bac18d9725bc 100644
--- a/sky/compositor/surface_holder.h
+++ b/sky/compositor/surface_holder.h
@@ -34,6 +34,8 @@ class SurfaceHolder : public mojo::SurfaceClient {
explicit SurfaceHolder(Client* client, mojo::Shell* shell);
~SurfaceHolder() override;
+ bool IsReadyForFrame() const;
+
void SetSize(const gfx::Size& size);
void SubmitFrame(mojo::FramePtr frame);

Powered by Google App Engine
This is Rietveld 408576698