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

Unified Diff: sky/engine/core/rendering/RenderLayerModelObject.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/engine/core/rendering/RenderLayerModelObject.h
diff --git a/sky/engine/core/rendering/RenderLayerModelObject.h b/sky/engine/core/rendering/RenderLayerModelObject.h
index 7481cd599eeab14c6d79859e4abb0f2151aa3bd1..3cc132aca4760b11b66fb8ae155333f4cc043199 100644
--- a/sky/engine/core/rendering/RenderLayerModelObject.h
+++ b/sky/engine/core/rendering/RenderLayerModelObject.h
@@ -71,8 +71,6 @@ protected:
virtual void willBeDestroyed() override;
- virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, const LayoutRect&) const override;
-
virtual InvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const RenderLayerModelObject& newPaintInvalidationContainer);
private:
virtual bool isLayerModelObject() const override final { return true; }

Powered by Google App Engine
This is Rietveld 408576698