Skip to content
  • abarth@webkit.org's avatar
    Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor · 9a476fa5
    abarth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=88375
    
    Reviewed by James Robinson.
    
    .: 
    
    This symbol no longer exists.
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore: 
    
    This patch removes Settings::defaultDeviceScaleFactor because it is
    redundant with Page::deviceScaleFactor now that we no longer support
    target-densitydpi.  Page::deviceScaleFactor is the canonical place to
    store the device scale factor.
    
    * WebCore.exp.in:
    * page/Settings.cpp:
    (WebCore::Settings::Settings):
    (WebCore):
    * page/Settings.h:
    (Settings):
    * testing/InternalSettings.cpp:
    (WebCore::InternalSettings::setDeviceScaleFactor):
    
    Source/WebKit/chromium: 
    
    * public/WebSettings.h:
    (WebKit::WebSettings::setDefaultDeviceScaleFactor):
    (WebSettings):
    * src/ChromeClientImpl.cpp:
    (WebKit::ChromeClientImpl::dispatchViewportPropertiesDidChange):
    * src/WebSettingsImpl.cpp:
    (WebKit):
    * src/WebSettingsImpl.h:
    (WebSettingsImpl):
    * src/WebViewImpl.cpp:
    (WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
    * tests/WebFrameTest.cpp:
    (WebKit::TEST_F):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@119752 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    9a476fa5