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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 1157ae3478b7b646d013796c61fc48ff29428a38..d0daa4b5e2bcf46b025f53d4e5961f67ccd18af3 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -33,6 +33,7 @@
#include "platform/Cursor.h"
#include "platform/HostWindow.h"
#include "platform/PopupMenu.h"
+#include "platform/TraceEvent.h"
#include "platform/heap/Handle.h"
#include "platform/scroll/ScrollTypes.h"
#include "public/platform/WebEventListenerProperties.h"
@@ -66,6 +67,7 @@ class Page;
class PaintArtifact;
class PopupOpeningObserver;
class CompositorAnimationTimeline;
+class WebBlameContext;
class WebFrameScheduler;
struct CompositedSelection;
@@ -262,7 +264,7 @@ public:
// that this is comprehensive.
virtual void didObserveNonGetFetchFromScript() const {}
- virtual PassOwnPtr<WebFrameScheduler> createFrameScheduler() = 0;
+ virtual PassOwnPtr<WebFrameScheduler> createFrameScheduler(WebBlameContext*) = 0;
protected:
~ChromeClient() override { }

Powered by Google App Engine
This is Rietveld 408576698