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

Unified Diff: cc/layer_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_impl.h
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 540d4e3e5a95fe221cbd639c8b45d7ad20e364fc..b43c26f8542077031e3d2301eb61868a3404344e 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -216,7 +216,7 @@ public:
void setScrollDelta(const gfx::Vector2dF&);
const gfx::Transform& implTransform() const { return m_implTransform; }
- void setImplTransform(const gfx::Transform& transform);
+ virtual void setImplTransform(const gfx::Transform& transform);
const gfx::Vector2d& sentScrollDelta() const { return m_sentScrollDelta; }
void setSentScrollDelta(const gfx::Vector2d& sentScrollDelta);

Powered by Google App Engine
This is Rietveld 408576698