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

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

Issue 2430273006: Remove the redundant layout update from WebSurroundingText::textContent (Closed)
Patch Set: fix typo Created 4 years, 2 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/SurroundingText.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/SurroundingText.h
diff --git a/third_party/WebKit/Source/core/editing/SurroundingText.h b/third_party/WebKit/Source/core/editing/SurroundingText.h
index bbdb4d5049c2dd4412638df90e80b18d5d7341e6..18f576f1d33557e12e4b8773aeb9c10349d57193 100644
--- a/third_party/WebKit/Source/core/editing/SurroundingText.h
+++ b/third_party/WebKit/Source/core/editing/SurroundingText.h
@@ -48,8 +48,6 @@ class CORE_EXPORT SurroundingText {
SurroundingText(const Range&, unsigned maxLength);
SurroundingText(const Position&, unsigned maxLength);
- Document* document() const;
-
String content() const;
unsigned startOffsetInContent() const;
unsigned endOffsetInContent() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SurroundingText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698