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

Unified Diff: sky/engine/core/rendering/RenderLayerScrollableArea.h

Issue 842113005: Delete a bunch of noop paint invalidation code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix comment Created 5 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
« no previous file with comments | « sky/engine/core/page/ChromeClient.h ('k') | sky/engine/core/rendering/RenderLayerScrollableArea.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderLayerScrollableArea.h
diff --git a/sky/engine/core/rendering/RenderLayerScrollableArea.h b/sky/engine/core/rendering/RenderLayerScrollableArea.h
index 7474f86927083a2e27d8db31ab95f23384e22de1..4f9494e6d982541b230758296f98f5805f589173 100644
--- a/sky/engine/core/rendering/RenderLayerScrollableArea.h
+++ b/sky/engine/core/rendering/RenderLayerScrollableArea.h
@@ -67,7 +67,6 @@ public:
HostWindow* hostWindow() const override;
- void invalidateScrollbarRect(Scrollbar*, const IntRect&) override;
bool isActive() const override;
IntRect scrollCornerRect() const;
IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const override;
« no previous file with comments | « sky/engine/core/page/ChromeClient.h ('k') | sky/engine/core/rendering/RenderLayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698