| Index: webkit/glue/webwidget.h
|
| ===================================================================
|
| --- webkit/glue/webwidget.h (revision 11937)
|
| +++ webkit/glue/webwidget.h (working copy)
|
| @@ -6,6 +6,7 @@
|
| #define WEBKIT_GLUE_WEBWIDGET_H__
|
|
|
| #include "skia/ext/platform_canvas.h"
|
| +#include "webkit/glue/webtextdirection.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -64,6 +65,9 @@
|
| // Retrieve the status of this widget required by IME APIs.
|
| virtual bool ImeUpdateStatus(bool* enable_ime, gfx::Rect* caret_rect) = 0;
|
|
|
| + // Changes the text direction of the selected input node.
|
| + virtual void SetTextDirection(WebTextDirection direction) = 0;
|
| +
|
| protected:
|
| virtual ~WebWidget() {}
|
|
|
|
|