| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 13137450a7607b6a13a482ad6800cc33154b1ff5..e6ab619944e25791bf6d108e443da1c5736875a9 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -274,7 +274,7 @@ float WebPluginContainerImpl::deviceScaleFactor() {
|
| Page* page = m_element->document().page();
|
| if (!page)
|
| return 1.0;
|
| - return page->deviceScaleFactor();
|
| + return page->deviceScaleFactorDeprecated();
|
| }
|
|
|
| float WebPluginContainerImpl::pageScaleFactor() {
|
|
|