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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It builds => ship it. Created 4 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/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 7d17c59c85820194a37a869bcf9a2721c65a2512..d6e38fc1ac8a2ecbb07232d24db59e5f0e6fec49 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -59,6 +59,7 @@ class GrContext;
namespace blink {
class WebAudioBus;
+class WebBlameContext;
class WebBlobRegistry;
class WebCanvasCaptureHandler;
class WebClipboard;
@@ -347,6 +348,8 @@ public:
// embedder.
virtual WebThread* currentThread() { return nullptr; }
+ virtual WebBlameContext* threadBlameContext() { return nullptr; }
+
// Resources -----------------------------------------------------------
// Returns a blob of data corresponding to the named resource.

Powered by Google App Engine
This is Rietveld 408576698