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

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

Issue 412143002: Oilpan: Prepare moving InspectorOverlayHost to Oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/InspectorOverlayHost.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 a8f14f18e3d5cc96eae621aaa6b31374878b2e0b..4449c7523d3bbaaa9bf53b1ec4334c8e0209e6c8 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -176,7 +176,7 @@ private:
OwnPtr<FloatQuad> m_highlightQuad;
OwnPtrWillBePersistent<Page> m_overlayPage;
OwnPtr<EmptyChromeClient> m_overlayChromeClient;
- RefPtr<InspectorOverlayHost> m_overlayHost;
+ RefPtrWillBePersistent<InspectorOverlayHost> m_overlayHost;
HighlightConfig m_quadHighlightConfig;
bool m_drawViewSize;
bool m_drawViewSizeWithGrid;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698