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

Unified Diff: sky/viewer/cc/web_layer_impl.h

Issue 713073003: remove updateTouchEventTargetRectsIfNeeded (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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: sky/viewer/cc/web_layer_impl.h
diff --git a/sky/viewer/cc/web_layer_impl.h b/sky/viewer/cc/web_layer_impl.h
index 7ebfa53020e04ab74a061637eace43bdb2a3623f..5d8a8d92253f0f77b90008cdc2fc31f7ef17e11d 100644
--- a/sky/viewer/cc/web_layer_impl.h
+++ b/sky/viewer/cc/web_layer_impl.h
@@ -119,10 +119,6 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
virtual bool shouldScrollOnMainThread() const;
virtual void setNonFastScrollableRegion(
const blink::WebVector<blink::WebRect>& region);
- virtual blink::WebVector<blink::WebRect> nonFastScrollableRegion() const;
- virtual void setTouchEventHandlerRegion(
- const blink::WebVector<blink::WebRect>& region);
- virtual blink::WebVector<blink::WebRect> touchEventHandlerRegion() const;
virtual void setScrollClient(blink::WebLayerScrollClient* client);
virtual bool isOrphan() const;
virtual void setWebLayerClient(blink::WebLayerClient* client);

Powered by Google App Engine
This is Rietveld 408576698