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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestResult.h

Issue 2350773004: Move HitTestResult::isMisspelled to SelectionController (Closed)
Patch Set: Remove DocumentMarkerController.h from include 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
Index: third_party/WebKit/Source/core/layout/HitTestResult.h
diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
index 9e616bf82357a38172f3a496064d0e0a6a4e30f5..604bce20652332e1d591a57cd788d13fa723ffe8 100644
--- a/third_party/WebKit/Source/core/layout/HitTestResult.h
+++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
@@ -134,7 +134,6 @@ public:
KURL absoluteLinkURL() const;
String textContent() const;
bool isLiveLink() const;
- bool isMisspelled() const;
bool isContentEditable() const;
bool isOverLink() const;

Powered by Google App Engine
This is Rietveld 408576698