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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 2347963002: [DevTools] Show distribution for Shadow DOM V1. (Closed)
Patch Set: getDistributedNodes -> iteration Created 4 years, 3 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/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 4728c9c125af9d6a6abfeb461a9c280858708ea9..91f847aa08cccc2c26065a0d1e2b5995df4813d2 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -62,6 +62,7 @@ interface InspectorInstrumentation {
#include "core/animation/Animation.h"
#include "core/dom/CharacterData.h"
#include "core/dom/PseudoElement.h"
+#include "core/html/HTMLSlotElement.h"
class ConsoleMessage;
class ThreadableLoaderClient;
@@ -100,6 +101,9 @@ class XMLHttpRequest;
[DOM]
void didPerformElementShadowDistribution([Keep] Element*);
+ [DOM]
+ void didPerformSlotDistribution([Keep] HTMLSlotElement*);
+
[CSS]
void documentDetached([Keep] Document*);

Powered by Google App Engine
This is Rietveld 408576698