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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
index 583ee2c0d36219335e2e9b4cb9f2167b311ff88a..63e6b6c1df0643300ef89950c14a23c6eba6add2 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
@@ -273,7 +273,7 @@ CanvasRenderingContext* HTMLCanvasElement::getCanvasRenderingContext(
if (!m_context)
return nullptr;
- InspectorInstrumentation::didCreateCanvasContext(&document());
+ probe::didCreateCanvasContext(&document());
if (m_context->is3d()) {
updateExternallyAllocatedMemory();

Powered by Google App Engine
This is Rietveld 408576698