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

Unified Diff: Source/core/html/canvas/WebGLFramebuffer.cpp

Issue 413463002: Oilpan: fix compilation after r178648. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLFramebuffer.cpp
diff --git a/Source/core/html/canvas/WebGLFramebuffer.cpp b/Source/core/html/canvas/WebGLFramebuffer.cpp
index 8065af8f703d09e55c2a07b5bfdc1f8e9bdcdd64..7514af65411b7ded4f779d951b576dd2d7f6ef31 100644
--- a/Source/core/html/canvas/WebGLFramebuffer.cpp
+++ b/Source/core/html/canvas/WebGLFramebuffer.cpp
@@ -630,7 +630,9 @@ GLenum WebGLFramebuffer::getDrawBuffer(GLenum drawBuffer)
void WebGLFramebuffer::trace(Visitor* visitor)
{
+#if ENABLE(OILPAN)
visitor->trace(m_attachments);
+#endif
WebGLContextObject::trace(visitor);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698