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

Unified Diff: content/renderer/render_widget.h

Issue 199443004: gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: checkmem: gles2impl-tests Created 6 years, 9 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: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index b43cfe5acfdbd87afdf207ba0f5d0bd9daf93f60..25d929f681b77fb78479732066217cd4dea77275 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -530,8 +530,7 @@ class CONTENT_EXPORT RenderWidget
#endif
// Creates a 3D context associated with this view.
- scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D(
- const blink::WebGraphicsContext3D::Attributes& attributes);
+ scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateGraphicsContext3D();
bool OnSnapshotHelper(const gfx::Rect& src_subrect, SkBitmap* bitmap);

Powered by Google App Engine
This is Rietveld 408576698