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

Unified Diff: cc/output/output_surface.h

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 471170ac0eb68b41db10c076c6396a02093921d0..2645d84bf95b630540ed176d96d539cef5cc58a8 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -147,11 +147,8 @@ class CC_EXPORT OutputSurface : public FrameRateControllerClient {
protected:
// Synchronously initialize context3d and enter hardware mode.
// This can only supported in threaded compositing mode.
- // |offscreen_context_provider| should match what is returned by
- // LayerTreeClient::OffscreenContextProvider().
bool InitializeAndSetContext3d(
- scoped_refptr<ContextProvider> context_provider,
- scoped_refptr<ContextProvider> offscreen_context_provider);
+ scoped_refptr<ContextProvider> context_provider);
void ReleaseGL();
void PostSwapBuffersComplete();

Powered by Google App Engine
This is Rietveld 408576698