Chromium Code Reviews| Index: blimp/engine/app/engine_settings.h |
| diff --git a/blimp/engine/app/engine_settings.h b/blimp/engine/app/engine_settings.h |
| index 99d5663a4a2c7a3d741c07de849a48290d8267d2..54b9ff410a998ef38cbf8ca0014b9972475ac0c9 100644 |
| --- a/blimp/engine/app/engine_settings.h |
| +++ b/blimp/engine/app/engine_settings.h |
| @@ -5,12 +5,15 @@ |
| #ifndef BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_ |
| #define BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_ |
| +#include "content/public/common/web_preferences.h" |
| + |
| namespace blimp { |
| namespace engine { |
| struct EngineSettings { |
| // -------WebPreferences------- |
| bool record_whole_document; |
| + content::ImageAnimationPolicy animation_policy; |
|
Wez
2016/04/20 23:09:06
Not specific to this CL, but...
1. This structure
Khushal
2016/04/21 00:21:25
Done.
|
| EngineSettings(); |
| EngineSettings(const EngineSettings& other); |