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

Unified Diff: cc/test/pixel_test_output_surface.h

Issue 1985973002: Defer compositor context creation to the thread. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: cc/test/pixel_test_output_surface.h
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
index 6cd4191adedce7b7eb7b77f905198a3188fa6865..fcad42428481aca1be16afa45c4df509f34939d6 100644
--- a/cc/test/pixel_test_output_surface.h
+++ b/cc/test/pixel_test_output_surface.h
@@ -14,12 +14,12 @@ class BeginFrameSource;
class PixelTestOutputSurface : public OutputSurface {
public:
explicit PixelTestOutputSurface(
- scoped_refptr<ContextProvider> context_provider,
+ std::unique_ptr<ContextProvider::DeferredCreate> context_provider_create,
scoped_refptr<ContextProvider> worker_context_provider,
bool flipped_output_surface,
std::unique_ptr<BeginFrameSource> begin_frame_source);
explicit PixelTestOutputSurface(
- scoped_refptr<ContextProvider> context_provider,
+ std::unique_ptr<ContextProvider::DeferredCreate> context_provider_create,
bool flipped_output_surface,
std::unique_ptr<BeginFrameSource> begin_frame_source);
explicit PixelTestOutputSurface(

Powered by Google App Engine
This is Rietveld 408576698