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

Unified Diff: Source/WebKit/chromium/src/Extensions3DChromium.cpp

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/WebKit/chromium/src/Extensions3DChromium.cpp
===================================================================
--- Source/WebKit/chromium/src/Extensions3DChromium.cpp (revision 93076)
+++ Source/WebKit/chromium/src/Extensions3DChromium.cpp (working copy)
@@ -150,6 +150,11 @@
m_internal->rateLimitOffscreenContextCHROMIUM();
}
+void Extensions3DChromium::paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer* imageBuffer)
+{
+ m_internal->paintFramebufferToCanvas(framebuffer, width, height, premultiplyAlpha, imageBuffer);
+}
+
} // namespace WebCore
#endif // ENABLE(WEBGL)
« no previous file with comments | « Source/WebKit/chromium/public/WebGraphicsContext3D.h ('k') | Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698