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

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

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
Index: Source/core/platform/graphics/skia/OpaqueRegionSkia.h
diff --git a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h b/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
index 35c63e5e4409ce4332c349cc2c735bb4bc8083f7..8c25abbc6a8b7d5d75f88aa23379058348be9c6f 100644
--- a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
+++ b/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
@@ -47,7 +47,6 @@ class GraphicsContext;
class OpaqueRegionSkia {
public:
OpaqueRegionSkia();
- virtual ~OpaqueRegionSkia();
// The resulting opaque region as a single rect.
IntRect asRect() const;
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp ('k') | Source/core/platform/graphics/skia/OpaqueRegionSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698