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

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

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make WebGLObjects keep a blink::WebGraphicsContext3D for finalization. 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
Index: Source/core/html/canvas/CanvasContextAttributes.cpp
diff --git a/Source/core/html/canvas/CanvasContextAttributes.cpp b/Source/core/html/canvas/CanvasContextAttributes.cpp
index 591bbf080c6658065377a6c32af8872ce17c7da8..e53392ae10287a9b7d3c369df6c5bdedfe9f24c6 100644
--- a/Source/core/html/canvas/CanvasContextAttributes.cpp
+++ b/Source/core/html/canvas/CanvasContextAttributes.cpp
@@ -34,8 +34,6 @@ CanvasContextAttributes::CanvasContextAttributes()
{
}
-CanvasContextAttributes::~CanvasContextAttributes()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CanvasContextAttributes);
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698