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

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

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 7 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/html/HTMLElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
index b890e3b9519958b243434c5d54be06dc065df5c2..df1475952e2993714aa6540f3c01bd6697675451 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h
@@ -32,7 +32,6 @@ class DocumentFragment;
class ExceptionState;
class FormAssociated;
class HTMLFormElement;
-class HTMLMenuElement;
class KeyboardEvent;
enum TranslateAttributeMode {
@@ -107,10 +106,6 @@ class CORE_EXPORT HTMLElement : public Element {
static const AtomicString& EventParameterName();
- HTMLMenuElement* AssignedContextMenu() const;
- HTMLMenuElement* contextMenu() const;
- void setContextMenu(HTMLMenuElement*);
-
virtual String AltText() const { return String(); }
int offsetLeftForBinding();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAttributeNames.json5 ('k') | third_party/WebKit/Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698