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

Unified Diff: public/web/WebWidget.h

Issue 557103002: Remove renamed applyScrollAndScale after removing uses in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index b8cd27940a6b0bc31cf3176454b10d2ad273501e..149e98356e253b38acd64e09c1e2971084011947 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -143,12 +143,6 @@ public:
// Check whether the given point hits any registered touch event handlers.
virtual bool hasTouchEventHandlersAt(const WebPoint&) { return true; }
- // FIXME(bokan): Remove once Chromium-side patch lands
- virtual void applyScrollAndScale(const WebSize& scrollDelta, float scaleFactor)
- {
- applyViewportDeltas(scrollDelta, scaleFactor, 0);
- }
-
// Applies viewport related properties during a commit from the compositor
// thread.
virtual void applyViewportDeltas(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698