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

Unified Diff: third_party/WebKit/public/web/WebWidget.h

Issue 2674253004: [refactor] Remove WebWidget::applyReplacementRange (Closed)
Patch Set: more refactoring Created 3 years, 10 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/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index 278d64280af60a2c0e2c62604cec13347896853b..0fba421e9a371fd24f06733cd6be03ae74122762 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -218,10 +218,6 @@ class WebWidget {
return false;
}
- // Applies the range on the focused frame so that the text will later be
- // replaced.
- virtual void applyReplacementRange(const WebRange&) {}
-
protected:
~WebWidget() {}
};

Powered by Google App Engine
This is Rietveld 408576698