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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

Issue 57543004: Don't test kEnableThreadedCompositing in WebGraphicsContext3DCommandBufferImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index 221114a61a187cfbfe32e4ed87090485234b45fc..5821822a74a8c7f2fd689a8cd5db27a9b9b70e65 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -90,6 +90,7 @@ class WebGraphicsContext3DCommandBufferImpl
const GURL& active_url,
GpuChannelHost* host,
const base::WeakPtr<WebGraphicsContext3DSwapBuffersClient>& swap_client,
+ bool use_echo_for_swap_ack,
const Attributes& attributes,
bool bind_generates_resources,
const SharedMemoryLimits& limits);

Powered by Google App Engine
This is Rietveld 408576698