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

Unified Diff: trunk/src/chrome/browser/speech/speech_recognition_bubble.h

Issue 24262008: Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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
Index: trunk/src/chrome/browser/speech/speech_recognition_bubble.h
===================================================================
--- trunk/src/chrome/browser/speech/speech_recognition_bubble.h (revision 224497)
+++ trunk/src/chrome/browser/speech/speech_recognition_bubble.h (working copy)
@@ -184,7 +184,7 @@
// The current image displayed in the bubble's icon widget.
gfx::ImageSkia icon_image_;
// The scale factor used for the web-contents.
- float scale_;
+ ui::ScaleFactor scale_factor_;
DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionBubbleBase);
};
« no previous file with comments | « trunk/src/chrome/browser/profiles/profile_info_util.cc ('k') | trunk/src/chrome/browser/speech/speech_recognition_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698