Loading widget/android/nsLookAndFeel.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -423,8 +423,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult) aResult = eScrollThumbStyle_Proportional; break; case eIntID_WindowsDefaultTheme: case eIntID_TouchEnabled: aResult = 1; break; case eIntID_WindowsDefaultTheme: case eIntID_MaemoClassic: case eIntID_WindowsThemeIdentifier: aResult = 0; Loading widget/gonk/nsLookAndFeel.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -367,8 +367,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult) aResult = eScrollThumbStyle_Proportional; break; case eIntID_WindowsDefaultTheme: case eIntID_TouchEnabled: aResult = 1; break; case eIntID_WindowsDefaultTheme: case eIntID_MaemoClassic: case eIntID_WindowsThemeIdentifier: aResult = 0; Loading Loading
widget/android/nsLookAndFeel.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -423,8 +423,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult) aResult = eScrollThumbStyle_Proportional; break; case eIntID_WindowsDefaultTheme: case eIntID_TouchEnabled: aResult = 1; break; case eIntID_WindowsDefaultTheme: case eIntID_MaemoClassic: case eIntID_WindowsThemeIdentifier: aResult = 0; Loading
widget/gonk/nsLookAndFeel.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -367,8 +367,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult) aResult = eScrollThumbStyle_Proportional; break; case eIntID_WindowsDefaultTheme: case eIntID_TouchEnabled: aResult = 1; break; case eIntID_WindowsDefaultTheme: case eIntID_MaemoClassic: case eIntID_WindowsThemeIdentifier: aResult = 0; Loading