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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp

Issue 2023603003: Fix content scripts that use WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@yukishiino-v8privateproperty-fix
Patch Set: Rebased. Created 4 years, 7 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: third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
index d113ab08ed92246a19c4d720c02706dc3f265b12..ded5ebe759b0d8bd57c2337793d26bfcc7388dc3 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
@@ -147,11 +147,6 @@ bool WebGLProgram::detachShader(WebGLShader* shader)
}
}
-ScopedPersistent<v8::Array>* WebGLProgram::getPersistentCache()
-{
- return &m_shaderWrappers;
-}
-
void WebGLProgram::cacheInfoIfNeeded(WebGLRenderingContextBase* context)
{
if (m_infoValid)

Powered by Google App Engine
This is Rietveld 408576698