Index: components/html_viewer/ui_setup_android.h |
diff --git a/components/html_viewer/ui_setup_android.h b/components/html_viewer/ui_setup_android.h |
index eeb38b56e84c8b906e8bee3686fafd6f7988de27..d9638e19a291efeb52ff18a0bdba99fac4f81d5d 100644 |
--- a/components/html_viewer/ui_setup_android.h |
+++ b/components/html_viewer/ui_setup_android.h |
@@ -10,6 +10,7 @@ |
namespace gfx { |
class Screen; |
+class Size; |
} |
namespace ui { |
@@ -22,7 +23,7 @@ class GestureConfigurationMandoline; |
class UISetup { |
public: |
- UISetup(); |
+ UISetup(const gfx::Size& screen_size_in_pixels, float device_pixel_ratio); |
~UISetup(); |
private: |