| Index: third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.h b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.h
|
| index 227aa6cfae4aa1df44530515181563f3485e6b96..da5ceabd4af28376974a37d8ba41d88dd94e7943 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.h
|
| @@ -48,7 +48,7 @@ private:
|
|
|
| void outdentRegion(const VisiblePosition&, const VisiblePosition&);
|
| void outdentParagraph();
|
| - bool tryIndentingAsListItem(const Position&, const Position&);
|
| + bool tryIndentingAsListItem(const Position&, const Position&, EditingState*);
|
| void indentIntoBlockquote(const Position&, const Position&, RefPtrWillBeRawPtr<HTMLElement>&, EditingState*);
|
|
|
| void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection, EditingState*) override;
|
|
|