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

Unified Diff: Source/WebCore/html/canvas/WebGLRenderingContext.h

Issue 10584035: Merge 120636 - Fix framebuffer-object-attachment.html failures (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 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/html/canvas/WebGLRenderingContext.h
===================================================================
--- Source/WebCore/html/canvas/WebGLRenderingContext.h (revision 120837)
+++ Source/WebCore/html/canvas/WebGLRenderingContext.h (working copy)
@@ -368,9 +368,6 @@
// Adds a compressed texture format.
void addCompressedTextureFormat(GC3Denum);
- // Reattaches depth and stencil attachments after one has been unattached.
- void reattachDepthStencilAttachments(bool reattachDepth, bool reattachStencil, bool reattachDepthStencilDepth, bool reattachDepthStencilStencil);
-
#if ENABLE(VIDEO)
PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*, ExceptionCode&);
#endif
« no previous file with comments | « Source/WebCore/html/canvas/WebGLFramebuffer.cpp ('k') | Source/WebCore/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698