Index: content/browser/web_contents/touch_editable_impl_aura.cc |
diff --git a/content/browser/web_contents/touch_editable_impl_aura.cc b/content/browser/web_contents/touch_editable_impl_aura.cc |
index 8bf497d642fe8502f37ec02928158b1ad91ce41a..ed002c7d9c6f7d53bfad16c9fc556f6580e14463 100644 |
--- a/content/browser/web_contents/touch_editable_impl_aura.cc |
+++ b/content/browser/web_contents/touch_editable_impl_aura.cc |
@@ -251,7 +251,7 @@ |
return rwhva_ ? rwhva_->GetNativeView()->bounds() : gfx::Rect(); |
} |
-gfx::NativeView TouchEditableImplAura::GetNativeView() const { |
+gfx::NativeView TouchEditableImplAura::GetNativeView() { |
return rwhva_ ? rwhva_->GetNativeView()->GetRootWindow() : NULL; |
} |