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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.css

Issue 10824279: [cros] Camera crop workaround on Change Picture options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Grammar Created 8 years, 4 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/chromeos/change_picture_options.css
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.css b/chrome/browser/resources/options2/chromeos/change_picture_options.css
index cb0faa21571deffff00204cc17464c020cf20be0..098b3abbffeb911bc417604a57010d22e9bbc70d 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.css
@@ -96,6 +96,8 @@ html[dir=rtl] #user-image-preview {
}
#user-image-stream-crop {
+ /* TODO(ivankr): temporary workaround for crbug.com/142347. */
+ -webkit-transform: rotateY(360deg);
-webkit-transition: -webkit-transform 200ms linear;
height: 220px;
overflow: hidden;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698