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

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

Issue 1815803003: Move simple methods [T-Z] from WebGraphicsContext3D to GLES2Interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simples-fplus
Patch Set: simples-tplus: fixed Created 4 years, 9 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/WebGLSharedObject.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
index 3efe8c4da56bc1aec88b51955b08c0c892edbb2b..2cc97e652be3c3e2a01193673d385c1248988a43 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
@@ -46,7 +46,7 @@ void WebGLSharedObject::detachContextGroup()
{
detach();
if (m_contextGroup) {
- deleteObject(nullptr);
+ deleteObject(nullptr, nullptr);
m_contextGroup->removeObject(this);
m_contextGroup = nullptr;
}
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLShader.cpp ('k') | third_party/WebKit/Source/modules/webgl/WebGLSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698