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

Unified Diff: sky/shell/platform_view.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 | « no previous file | sky/shell/platform_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/platform_view.h
diff --git a/sky/shell/platform_view.h b/sky/shell/platform_view.h
index c6da2e3b6deae15059543de68fcf4bb3289f1de2..31466b86ee41fb778addbb27fbb3fd98b5f2aea1 100644
--- a/sky/shell/platform_view.h
+++ b/sky/shell/platform_view.h
@@ -10,7 +10,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
-#include "sky/shell/gpu_delegate.h"
#include "sky/shell/ui_delegate.h"
struct ANativeWindow;
@@ -21,9 +20,6 @@ namespace shell {
class PlatformView {
public:
struct Config {
- base::WeakPtr<GPUDelegate> gpu_delegate;
- scoped_refptr<base::SingleThreadTaskRunner> gpu_task_runner;
-
base::WeakPtr<UIDelegate> ui_delegate;
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner;
};
« no previous file with comments | « no previous file | sky/shell/platform_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698