| Index: components/html_viewer/ui_setup.h
|
| diff --git a/components/html_viewer/ui_setup.h b/components/html_viewer/ui_setup.h
|
| index 64c334f1caf24a1fdf63dcaacb4787705c2631e2..7ab091513328d4133e53249779e95a7459f027f6 100644
|
| --- a/components/html_viewer/ui_setup.h
|
| +++ b/components/html_viewer/ui_setup.h
|
| @@ -7,12 +7,16 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| +namespace gfx {
|
| +class Size;
|
| +}
|
| +
|
| namespace html_viewer {
|
|
|
| // UISetup is intended for platform specific UI setup.
|
| class UISetup {
|
| public:
|
| - UISetup() {}
|
| + UISetup(const gfx::Size& screen_size_in_pixels, float device_pixel_ratio) {}
|
| ~UISetup() {}
|
|
|
| private:
|
|
|