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

Unified Diff: trunk/src/ui/views/controls/textfield/native_textfield_views.h

Issue 77173004: Revert 233759 "Make NativeTextfieldViews update the win system c..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/ui/views/controls/textfield/native_textfield_views.h
===================================================================
--- trunk/src/ui/views/controls/textfield/native_textfield_views.h (revision 236197)
+++ trunk/src/ui/views/controls/textfield/native_textfield_views.h (working copy)
@@ -288,12 +288,6 @@
// is -1, existing revealed index will be cleared.
void RevealObscuredChar(int index, const base::TimeDelta& duration);
- // Platform-specific updating of the system caret location to match ours.
- void PlatformUpdateSystemCaret();
-
- // Platform-specific hiding of the system caret whe we lose focus.
- void PlatformHideSystemCaret();
-
// The parent textfield, the owner of this object.
Textfield* textfield_;
@@ -340,9 +334,6 @@
// and when the time expires, the last typed char is obscured.
base::OneShotTimer<NativeTextfieldViews> obscured_reveal_timer_;
- // The last caret rect, in screen coordinates.
- gfx::Rect last_caret_rect_;
-
DISALLOW_COPY_AND_ASSIGN(NativeTextfieldViews);
};
« no previous file with comments | « trunk/src/ui/base/win/accessibility_misc_utils.cc ('k') | trunk/src/ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698