Index: Source/WebKit/chromium/src/WebSettingsImpl.h |
=================================================================== |
--- Source/WebKit/chromium/src/WebSettingsImpl.h (revision 139470) |
+++ Source/WebKit/chromium/src/WebSettingsImpl.h (working copy) |
@@ -172,7 +172,7 @@ |
bool showPaintRects() const { return m_showPaintRects; } |
bool renderVSyncEnabled() const { return m_renderVSyncEnabled; } |
bool lowLatencyRenderingEnabled() const { return m_lowLatencyRenderingEnabled; } |
- bool applyDeviceScaleFactorInCompositor() const { return m_applyDeviceScaleFactorInCompositor; } |
+ bool applyDeviceScaleFactorInCompositor() const; |
bool applyPageScaleFactorInCompositor() const; |
bool autoZoomFocusedNodeToLegibleScale() const { return m_autoZoomFocusedNodeToLegibleScale; } |
bool gestureTapHighlightEnabled() const { return m_gestureTapHighlightEnabled; } |
@@ -190,7 +190,6 @@ |
bool m_renderVSyncEnabled; |
bool m_lowLatencyRenderingEnabled; |
bool m_viewportEnabled; |
- bool m_applyDeviceScaleFactorInCompositor; |
bool m_gestureTapHighlightEnabled; |
bool m_autoZoomFocusedNodeToLegibleScale; |
bool m_deferredImageDecodingEnabled; |