Index: third_party/WebKit/Source/web/InspectorOverlay.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
index ac917ca5e455b87aabf2afe2904f61bfd389d10b..297b41af4244a6033c6cf5455eff54a274e52dbe 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
@@ -659,13 +659,13 @@ void InspectorOverlay::overlayClearSelection(bool commitChanges) |
toChromeClientImpl(m_webViewImpl->page()->chromeClient()).setCursor(pointerCursor(), overlayMainFrame()); |
} |
-void InspectorOverlay::profilingStarted() |
+void InspectorOverlay::suspend() |
{ |
if (!m_suspendCount++) |
clear(); |
} |
-void InspectorOverlay::profilingStopped() |
+void InspectorOverlay::resume() |
{ |
--m_suspendCount; |
} |