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

Unified Diff: Source/core/html/canvas/WebGLContextObject.h

Issue 1151163002: Oilpan: eagerly finalize WebGLRenderingContext objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add explanatory comment Created 5 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: Source/core/html/canvas/WebGLContextObject.h
diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h
index 068daca95119e4f03c301a81cf6c6be7a3d7fc00..e64e0e25319b02e41ad4a007eb62d2c1f1e653f5 100644
--- a/Source/core/html/canvas/WebGLContextObject.h
+++ b/Source/core/html/canvas/WebGLContextObject.h
@@ -35,7 +35,6 @@ class WebGraphicsContext3D;
namespace blink {
class WebGLRenderingContextBase;
-class WebGLSharedWebGraphicsContext3D;
// WebGLContextObject the base class for objects that are owned by a specific
// WebGLRenderingContextBase.
@@ -66,9 +65,6 @@ protected:
private:
RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
-#if ENABLE(OILPAN)
- RefPtr<WebGLSharedWebGraphicsContext3D> m_sharedWebGraphicsContext3D;
-#endif
};
} // namespace blink
« no previous file with comments | « Source/core/html/canvas/WebGL2RenderingContextBase.cpp ('k') | Source/core/html/canvas/WebGLContextObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698