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

Unified Diff: trunk/src/ui/base/win/accessibility_misc_utils.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
« no previous file with comments | « no previous file | trunk/src/ui/base/win/accessibility_misc_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/win/accessibility_misc_utils.h
===================================================================
--- trunk/src/ui/base/win/accessibility_misc_utils.h (revision 236197)
+++ trunk/src/ui/base/win/accessibility_misc_utils.h (working copy)
@@ -10,20 +10,11 @@
#include "base/compiler_specific.h"
#include "ui/base/ui_export.h"
-#include "ui/gfx/rect.h"
namespace base {
namespace win {
-// This is used when we draw our own caret. Updates the system caret rect
-// to the given bounding rectangle but makes it invisible. This allows
-// utilities that help the user find the system caret to continue to work.
-// |hwnd| should be the owning window, and |caret_rect| is in global
-// screen coordinates.
-UI_EXPORT void SetInvisibleSystemCaretRect(HWND hwnd,
- const gfx::Rect& caret_rect);
-
-// UIA Text provider implementation for edit controls.
+ // UIA Text provider implementation for edit controls.
class UI_EXPORT UIATextProvider
: public NON_EXPORTED_BASE(CComObjectRootEx<CComMultiThreadModel>),
public IValueProvider,
« no previous file with comments | « no previous file | trunk/src/ui/base/win/accessibility_misc_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698