| Index: chrome/browser/renderer_host/render_widget_host_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_gtk.cc (revision 95703)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_gtk.cc (working copy)
|
| @@ -835,9 +835,7 @@
|
| }
|
|
|
| void RenderWidgetHostViewGtk::SelectionChanged(const std::string& text,
|
| - const ui::Range& range,
|
| - const gfx::Point& start,
|
| - const gfx::Point& end) {
|
| + const ui::Range& range) {
|
| if (!text.empty()) {
|
| GtkClipboard* x_clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY);
|
| gtk_clipboard_set_text(x_clipboard, text.c_str(), text.length());
|
|
|