diff options
author | alexandrec <alexandrec@chromium.org> | 2015-02-03 17:33:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-04 01:35:01 +0000 |
commit | 44f957afcb54bfa883bda511f3bf1fdd49944a72 (patch) | |
tree | 604286a489c981f3a3c8db1463c9023c6086cbf6 /ui | |
parent | cbdd22afe6938d48ccc265e2bd4e614a64383965 (diff) | |
download | chromium_src-44f957afcb54bfa883bda511f3bf1fdd49944a72.zip chromium_src-44f957afcb54bfa883bda511f3bf1fdd49944a72.tar.gz chromium_src-44f957afcb54bfa883bda511f3bf1fdd49944a72.tar.bz2 |
Add a rotate-clockwise button to the toolbar.
Clicking the button rotates the document 90 degrees clockwise.
BUG=110020
Review URL: https://codereview.chromium.org/878333005
Cr-Commit-Position: refs/heads/master@{#314463}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/webui/resources/polymer_resources.grdp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp index ad7f86a..aa844d98 100644 --- a/ui/webui/resources/polymer_resources.grdp +++ b/ui/webui/resources/polymer_resources.grdp @@ -54,6 +54,9 @@ <structure name="IDR_POLYMER_CORE_ICONS_CORE_ICONS_HTML" file="../../../third_party/polymer/components-chromium/core-icons/core-icons.html" type="chrome_html" /> + <structure name="IDR_POLYMER_CORE_ICONS_IMAGE_ICONS_HTML" + file="../../../third_party/polymer/components-chromium/core-icons/image-icons.html" + type="chrome_html" /> <structure name="IDR_POLYMER_CORE_ICONSET_CORE_ICONSET_EXTRACTED_JS" file="../../../third_party/polymer/components-chromium/core-iconset/core-iconset-extracted.js" type="chrome_html" /> |