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

Unified Diff: Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.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/WebGLLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (revision 93076)
+++ Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (working copy)
@@ -52,6 +52,7 @@
virtual bool drawsContent() const;
virtual void updateCompositorResources();
void setTextureUpdated();
+ bool paintRenderedResultsToCanvas(ImageBuffer*);
void setContext(const GraphicsContext3D* context);
GraphicsContext3D* context() { return m_context; }

Powered by Google App Engine
This is Rietveld 408576698