Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index d1019c158cc0747eb9f39e6bd231183bda94ad76..217c7407b17c21d1d428c67d89ff87cca0f794bd 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -242,7 +242,7 @@ public: |
float totalPageScaleFactorForTesting() const { return m_pinchZoomViewport.total_page_scale_factor(); } |
- const PinchZoomViewport& pinchZoomViewport() const { return m_pinchZoomViewport; } |
+ PinchZoomViewport& pinchZoomViewport() { return m_pinchZoomViewport; } |
skia::RefPtr<SkPicture> capturePicture(); |