Index: third_party/WebKit/Source/core/editing/InputMethodController.h |
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h |
index 2a36cd448c04744b1a4cd951af5f87b778700fef..94c973a9bb1ca469de5cc7bcbc307993c00844d3 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
@@ -82,18 +82,6 @@ public: |
PlainTextRange createRangeForSelection(int start, int end, size_t textLength) const; |
private: |
- class SelectionOffsetsScope { |
- WTF_MAKE_NONCOPYABLE(SelectionOffsetsScope); |
- STACK_ALLOCATED(); |
- public: |
- explicit SelectionOffsetsScope(InputMethodController*); |
- ~SelectionOffsetsScope(); |
- private: |
- Member<InputMethodController> m_inputMethodController; |
- const PlainTextRange m_offsets; |
- }; |
- friend class SelectionOffsetsScope; |
- |
Member<LocalFrame> m_frame; |
Member<Range> m_compositionRange; |
bool m_isDirty; |