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

Unified Diff: Source/core/inspector/InspectorOverlay.h

Issue 1018043002: Oilpan: fix build after r192098. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: non-oilpan tidy Created 5 years, 9 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 | « no previous file | Source/core/inspector/InspectorOverlayImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlay.h
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
index 918ba8e3f86aa7a4823d540ba8ecb356ae335d35..d89407d501b2b1ca7f3c1c5e1bda54aef2d2e719 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -38,7 +38,7 @@ namespace blink {
struct InspectorHighlightConfig;
-class InspectorOverlay : public NoBaseWillBeGarbageCollectedFinalized<InspectorOverlay> {
+class InspectorOverlay : public WillBeGarbageCollectedMixin {
public:
virtual ~InspectorOverlay() { }
@@ -52,6 +52,8 @@ public:
virtual void suspendUpdates() = 0;
virtual void resumeUpdates() = 0;
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
+
class Listener : public WillBeGarbageCollectedMixin {
public:
virtual ~Listener() { }
« no previous file with comments | « no previous file | Source/core/inspector/InspectorOverlayImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698