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

Unified Diff: sky/shell/ui_delegate.h

Issue 974483004: Stocks app shouldn't show black when resuming from recents list (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui_delegate.h
diff --git a/sky/shell/ui_delegate.h b/sky/shell/ui_delegate.h
index d50a34acdf421b329ba7f480f4dbd4114719196a..7c8368a8b31392025b8ff98a3f010ccc29e8805a 100644
--- a/sky/shell/ui_delegate.h
+++ b/sky/shell/ui_delegate.h
@@ -8,6 +8,7 @@
#include "mojo/public/cpp/bindings/interface_request.h"
#include "sky/services/viewport/viewport_observer.mojom.h"
#include "ui/gfx/geometry/size.h"
+#include "ui/gfx/native_widget_types.h"
namespace sky {
namespace shell {
@@ -16,6 +17,8 @@ class UIDelegate {
public:
virtual void ConnectToViewportObserver(
mojo::InterfaceRequest<ViewportObserver> request) = 0;
+ virtual void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget) = 0;
+ virtual void OnOutputSurfaceDestroyed() = 0;
protected:
virtual ~UIDelegate();
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698