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

Unified Diff: Source/core/html/HTMLElement.h

Issue 721603002: If an element A has a parent element, then A's assigned context menu is the assigned context menu o… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed nits Created 6 years, 1 month 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: Source/core/html/HTMLElement.h
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
index ab3e9a052fa5eea3bf44ed05fc08ba5502d72984..250b1ee7aea8b41939bf28dc89e3bc15e3f441e0 100644
--- a/Source/core/html/HTMLElement.h
+++ b/Source/core/html/HTMLElement.h
@@ -96,6 +96,7 @@ public:
static const AtomicString& eventParameterName();
+ HTMLMenuElement* assignedContextMenu() const;
HTMLMenuElement* contextMenu() const;
void setContextMenu(HTMLMenuElement*);
« no previous file with comments | « LayoutTests/fast/dom/HTMLMenuElement/custom-context-menu-expected.txt ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698