| Index: ui/compositor/test/in_process_context_factory.h
|
| diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
|
| index 90ae49f0840e2048ea678aabc0fb82ebd87ddbe2..6fd4eaa39f658b72faaffd233367363b866c61c1 100644
|
| --- a/ui/compositor/test/in_process_context_factory.h
|
| +++ b/ui/compositor/test/in_process_context_factory.h
|
| @@ -23,7 +23,7 @@
|
|
|
| class InProcessContextFactory : public ContextFactory {
|
| public:
|
| - explicit InProcessContextFactory(bool context_factory_for_test);
|
| + InProcessContextFactory();
|
| ~InProcessContextFactory() override;
|
|
|
| // If true (the default) an OutputSurface is created that does not display
|
| @@ -59,8 +59,6 @@
|
| uint32_t next_surface_id_namespace_;
|
| bool use_test_surface_;
|
|
|
| - const bool context_factory_for_test_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(InProcessContextFactory);
|
| };
|
|
|
|
|