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

Unified Diff: ui/compositor/test/in_process_context_factory.h

Issue 648413004: Make browser GPU channel creation async. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « ui/compositor/compositor.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4e5b3e89e902b2bb79627a72977567e56c8507ef..c8f2d9a693ed3bc8ecfcf1f54c1353193e4c5f73 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -27,9 +27,8 @@ class InProcessContextFactory : public ContextFactory {
~InProcessContextFactory() override;
// ContextFactory implementation
- scoped_ptr<cc::OutputSurface> CreateOutputSurface(
- Compositor* compositor,
- bool software_fallback) override;
+ void CreateOutputSurface(base::WeakPtr<Compositor> compositor,
+ bool software_fallback) override;
scoped_refptr<Reflector> CreateReflector(Compositor* mirrored_compositor,
Layer* mirroring_layer) override;
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698