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

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.h

Issue 2316053002: Audit the use of updateStyleAndLayoutIgnorePendingStylesheets in InputMethodController::setSelectio… (Closed)
Patch Set: Unfold and remove SelectionOffsetsScope Created 4 years, 3 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 | « no previous file | third_party/WebKit/Source/core/editing/InputMethodController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/InputMethodController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698