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

Unified Diff: services/surfaces/display_impl.h

Issue 1116883002: Automatically redraw the display on resume. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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: services/surfaces/display_impl.h
diff --git a/services/surfaces/display_impl.h b/services/surfaces/display_impl.h
index e6af5ceb09b0f45b1d863e64448faed961d6d3a4..bf8a0fb9cd73f1c9926ad85f5d715e9eaebae622 100644
--- a/services/surfaces/display_impl.h
+++ b/services/surfaces/display_impl.h
@@ -51,6 +51,9 @@ class DisplayImpl : public mojo::Display,
// ViewportParameterListener
void OnVSyncParametersUpdated(int64_t timebase, int64_t interval) override;
+ // Callback for ContextProvider::NotifyOnViewport
+ void OnViewportCreated();
+
// SurfaceFactoryClient implementation.
void ReturnResources(const cc::ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698