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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.h

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/frame/PerformanceMonitor.h
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
index 6aae78d9aa27a008730cd85221f61339c3341f4e..77c3d681f00da4dff790cdc7ee4585c52fe8d5a2 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -14,7 +14,7 @@
namespace blink {
-namespace InspectorInstrumentation {
+namespace probe {
class RecalculateStyle;
}
@@ -87,8 +87,8 @@ class CORE_EXPORT PerformanceMonitor final
void didCallFunction(ExecutionContext*, v8::Local<v8::Function>);
void willUpdateLayout();
void didUpdateLayout();
- void will(const InspectorInstrumentation::RecalculateStyle&);
- void did(const InspectorInstrumentation::RecalculateStyle&);
+ void will(const probe::RecalculateStyle&);
+ void did(const probe::RecalculateStyle&);
void documentWriteFetchScript(Document*);
// Direct API for core.
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698