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

Unified Diff: content/browser/web_contents/touch_editable_impl_aura.cc

Issue 135863002: Reland Merge NativeTextfieldViews into views::Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle Ctrl-Shift-Delete and Backspace on Linux, like on ChromeOS. Created 6 years, 11 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
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura.h ('k') | ui/app_list/views/folder_header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura.h ('k') | ui/app_list/views/folder_header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698