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

Unified Diff: content/renderer/render_widget.h

Issue 1263213004: Change renderer compositor command buffer to be 64kB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index db91063211b7383feec2771cb02f24db8269129f..13acc4d49a763665f330e96b2d7b7b8c68a0f53b 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -592,7 +592,8 @@ class CONTENT_EXPORT RenderWidget
virtual void didUpdateTextOfFocusedElementByNonUserInput();
// Creates a 3D context associated with this view.
- scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D();
+ scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D(
+ bool compositor);
// Routing ID that allows us to communicate to the parent browser process
// RenderWidgetHost. When MSG_ROUTING_NONE, no messages may be sent.
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698