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

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

Issue 2636083003: Remove unused function UndoStep::belongsTo() (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/commands/UndoStep.h
diff --git a/third_party/WebKit/Source/core/editing/commands/UndoStep.h b/third_party/WebKit/Source/core/editing/commands/UndoStep.h
index 4aa768978e4bf149ce539dc85ebfd7fdee6d256e..9ee7497a345c1ee6198fe887ad1d66d1bd091113 100644
--- a/third_party/WebKit/Source/core/editing/commands/UndoStep.h
+++ b/third_party/WebKit/Source/core/editing/commands/UndoStep.h
@@ -36,14 +36,11 @@
namespace blink {
-class LocalFrame;
-
class UndoStep : public GarbageCollectedFinalized<UndoStep> {
public:
virtual ~UndoStep() {}
DEFINE_INLINE_VIRTUAL_TRACE() {}
- virtual bool belongsTo(const LocalFrame&) const = 0;
virtual void unapply() = 0;
virtual void reapply() = 0;
virtual InputEvent::InputType inputType() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698