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

Unified Diff: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h

Issue 7664004: Merge 92908 - Readback composited webgl results for printing (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 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
Index: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (revision 93076)
+++ Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (working copy)
@@ -31,6 +31,7 @@
namespace WebCore {
class GraphicsContext3DInternal;
+class ImageBuffer;
class Extensions3DChromium : public Extensions3D {
public:
@@ -44,6 +45,7 @@
// GL_CHROMIUM_latch
// GL_CHROMIUM_swapbuffers_complete_callback
// GL_CHROMIUM_rate_limit_offscreen_context
+ // GL_CHROMIUM_paint_framebuffer_canvas
// Extensions3D methods.
virtual bool supports(const String&);
@@ -89,6 +91,9 @@
// GL_CHROMIUM_rate_limit_offscreen_context
void rateLimitOffscreenContextCHROMIUM();
+ // GL_CHROMIUM_paint_framebuffer_canvas
+ void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*);
+
private:
// Instances of this class are strictly owned by the GraphicsContext3D implementation and do not
// need to be instantiated by any other code.
« no previous file with comments | « Source/WebCore/platform/graphics/GraphicsContext3D.h ('k') | Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698