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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h

Issue 2416423003: Fix unscrollable scrollers after closing a <dialog>. (Closed)
Patch Set: add null check Created 4 years, 2 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/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index 78319f8e03cf46a06340734e1b528bc6ae8999b8..c4a618c63cfe2a4cdbdef63923e0e81b9bb1d2bf 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -170,6 +170,7 @@ extern const char TextControlChanged[];
// size related invalidations.
extern const char SvgChanged[];
extern const char ScrollbarChanged[];
+extern const char TopLayerChanged[];
} // namespace LayoutInvalidationReason
// LayoutInvalidationReasonForTracing is strictly for tracing. Blink logic must
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698