Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: cc/layer_tree_host_impl.h

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor for cleaner state/scrollbar split. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698