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

Unified Diff: Source/web/InspectorOverlayImpl.h

Issue 1291903003: Oilpan: Move ChromeClient classes into Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make Page::PageClients STACK_ALLOCATED(). Created 5 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/web/InspectorOverlayImpl.h
diff --git a/Source/web/InspectorOverlayImpl.h b/Source/web/InspectorOverlayImpl.h
index f95833829fe6325b841333d6d377be2266c196d5..d3db7c6bb344ead30eb3cc5c304110d8d4a31dc7 100644
--- a/Source/web/InspectorOverlayImpl.h
+++ b/Source/web/InspectorOverlayImpl.h
@@ -120,7 +120,7 @@ private:
InspectorHighlightConfig m_nodeHighlightConfig;
OwnPtr<FloatQuad> m_highlightQuad;
OwnPtrWillBeMember<Page> m_overlayPage;
- OwnPtr<EmptyChromeClient> m_overlayChromeClient;
+ OwnPtrWillBeMember<InspectorOverlayChromeClient> m_overlayChromeClient;
RefPtrWillBeMember<InspectorOverlayHost> m_overlayHost;
InspectorHighlightConfig m_quadHighlightConfig;
bool m_drawViewSize;

Powered by Google App Engine
This is Rietveld 408576698