chore: remove obsolete "simple" object annotations for the remote module (#39486)
This commit is contained in:
parent
3102a257af
commit
c1898c39bf
5 changed files with 0 additions and 20 deletions
|
@ -36,7 +36,6 @@ SystemPreferences::~SystemPreferences() = default;
|
|||
v8::Local<v8::Value> SystemPreferences::GetAnimationSettings(
|
||||
v8::Isolate* isolate) {
|
||||
auto dict = gin_helper::Dictionary::CreateEmpty(isolate);
|
||||
dict.SetHidden("simple", true);
|
||||
dict.Set("shouldRenderRichAnimation",
|
||||
gfx::Animation::ShouldRenderRichAnimation());
|
||||
dict.Set("scrollAnimationsEnabledBySystem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue