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

Unified Diff: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h

Issue 2469483002: [InputEvent] Add prefixes 'history*' and 'format*' to |inputType| (Closed)
Patch Set: CL format Created 4 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: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
index 0f60fef1fe459ace283949f2ecc639d090d56d50..91f6e42c135a8e2ec00b3f1cbe8600e2343fa61a 100644
--- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
@@ -40,7 +40,6 @@ class UnlinkCommand final : public CompositeEditCommand {
explicit UnlinkCommand(Document&);
void doApply(EditingState*) override;
- InputEvent::InputType inputType() const override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698