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

Unified Diff: sky/shell/ui/engine.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/shell.cc ('k') | sky/shell/ui/engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui/engine.h
diff --git a/sky/shell/ui/engine.h b/sky/shell/ui/engine.h
index bfeca07e956d2fcffb1926534f2774b056c93b33..d888fb7168c22785613197a122ef652fc3a95416 100644
--- a/sky/shell/ui/engine.h
+++ b/sky/shell/ui/engine.h
@@ -55,6 +55,8 @@ class Engine : public UIDelegate,
// UIDelegate methods:
void ConnectToViewportObserver(
mojo::InterfaceRequest<ViewportObserver> request) override;
+ void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget) override;
+ void OnOutputSurfaceDestroyed() override;
// ViewportObserver:
void OnViewportMetricsChanged(int width, int height,
@@ -83,7 +85,7 @@ class Engine : public UIDelegate,
mojo::ServiceProviderPtr CreateServiceProvider();
void UpdateWebViewSize();
- scoped_refptr<base::SingleThreadTaskRunner> java_task_runner_;
+ Config config_;
mojo::ServiceProviderPtr service_provider_;
scoped_ptr<PlatformImpl> platform_impl_;
scoped_ptr<Animator> animator_;
« no previous file with comments | « sky/shell/shell.cc ('k') | sky/shell/ui/engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698