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

Unified Diff: Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp

Issue 44253003: Remove virtual destructors for several graphics classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « Source/core/platform/graphics/skia/OpaqueRegionSkia.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp
diff --git a/Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp b/Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp
index 11e145406f8fdebc5ab94d09f02ec531082354fd..1c0c1eb1d756a2452966895d5afb1fb4ed5f8c90 100644
--- a/Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp
+++ b/Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp
@@ -45,10 +45,6 @@ OpaqueRegionSkia::OpaqueRegionSkia()
{
}
-OpaqueRegionSkia::~OpaqueRegionSkia()
-{
-}
-
IntRect OpaqueRegionSkia::asRect() const
{
// Returns the largest enclosed rect.
« no previous file with comments | « Source/core/platform/graphics/skia/OpaqueRegionSkia.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698