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

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

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/HitRegion.h
diff --git a/Source/core/html/canvas/HitRegion.h b/Source/core/html/canvas/HitRegion.h
index 737168d7df74e8b99e2997ce57f13c2e65095e93..2f4e5af3a6f24a4c793e38a4124865d470ca3cf1 100644
--- a/Source/core/html/canvas/HitRegion.h
+++ b/Source/core/html/canvas/HitRegion.h
@@ -46,7 +46,7 @@ public:
Element* control() const { return m_control.get(); }
WindRule fillRule() const { return m_fillRule; }
- void trace(Visitor*);
+ virtual void trace(Visitor*);
private:
explicit HitRegion(const HitRegionOptions&);

Powered by Google App Engine
This is Rietveld 408576698