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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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/WebGL2RenderingContextBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
index 75929a91d3b2eb9da1f3a086e2b34ce37608f733..e97a85416c4691bbc917664d9902c54216e21094 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
@@ -900,9 +900,6 @@ class WebGL2RenderingContextBase : public WebGLRenderingContextBase {
void resetUnpackParameters() override;
void restoreUnpackParameters() override;
- void visitChildDOMWrappers(v8::Isolate*,
- const v8::Persistent<v8::Object>&) override;
-
void renderbufferStorageHelper(GLenum target,
GLsizei samples,
GLenum internalformat,

Powered by Google App Engine
This is Rietveld 408576698