| Index: win8/metro_driver/chrome_app_view_ash.h
|
| diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h
|
| index 5de9f6797fc6017c8a04ba81b4439914d28dba3a..174836d5fc382634c834e25e275c5b5382cd3031 100644
|
| --- a/win8/metro_driver/chrome_app_view_ash.h
|
| +++ b/win8/metro_driver/chrome_app_view_ash.h
|
| @@ -232,6 +232,9 @@ class ChromeAppViewAsh
|
| // For IME support.
|
| scoped_ptr<metro_driver::InputSource> input_source_;
|
| scoped_ptr<metro_driver::TextService> text_service_;
|
| +
|
| + // The device scale factor.
|
| + float scale_;
|
| };
|
|
|
| #endif // WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_
|
|
|