| 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;
|
| };
|
|
|