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 ed002c7d9c6f7d53bfad16c9fc556f6580e14463..8bf497d642fe8502f37ec02928158b1ad91ce41a 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 @@ gfx::Rect TouchEditableImplAura::GetBounds() { |
return rwhva_ ? rwhva_->GetNativeView()->bounds() : gfx::Rect(); |
} |
-gfx::NativeView TouchEditableImplAura::GetNativeView() { |
+gfx::NativeView TouchEditableImplAura::GetNativeView() const { |
return rwhva_ ? rwhva_->GetNativeView()->GetRootWindow() : NULL; |
} |