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

Unified Diff: chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc

Issue 1357423009: gfx: Make conversions from Size to SizeF be explicit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sizefconvert-gfx: . Created 5 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: chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc
diff --git a/chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc b/chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc
index b2f9de4f8dba7070a3700006242d461f6420ba5f..f2961481876d4c96e290de30c656c3eb2ba3b79c 100644
--- a/chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc
+++ b/chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc
@@ -12,6 +12,8 @@
#include "printing/print_settings.h"
#include "printing/printing_context_linux.h"
#include "printing/units.h"
+#include "ui/gfx/geometry/size.h"
+#include "ui/gfx/geometry/size_f.h"
namespace {
« no previous file with comments | « chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698