Commit 1dc00ac3 authored by eric@webkit.org's avatar eric@webkit.org

2010-02-04 Jeremy Moskovich <jeremy@chromium.org>

        Reviewed by Darin Fisher.

        Update comments to better document the possible values of the
        writing direction menu state variables.

        * public/WebContextMenuData.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54363 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e897512d
2010-02-04 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Darin Fisher.
Update comments to better document the possible values of the
writing direction menu state variables.
* public/WebContextMenuData.h:
2010-02-04 Nate Chapin <japhet@chromium.org> 2010-02-04 Nate Chapin <japhet@chromium.org>
Reviewed by Dimitri Glazkov. Reviewed by Dimitri Glazkov.
......
...@@ -103,7 +103,8 @@ struct WebContextMenuData { ...@@ -103,7 +103,8 @@ struct WebContextMenuData {
CheckableMenuItemChecked = 0x2, CheckableMenuItemChecked = 0x2,
}; };
// Writing direction menu items. // Writing direction menu items - values are unions of
// CheckableMenuItemFlags.
// Currently only used on OS X. // Currently only used on OS X.
int writingDirectionDefault; int writingDirectionDefault;
int writingDirectionLeftToRight; int writingDirectionLeftToRight;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment