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

Unified Diff: Source/platform/scroll/Scrollbar.h

Issue 949303002: Fix invalidation during painting of scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations Created 5 years, 10 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: Source/platform/scroll/Scrollbar.h
diff --git a/Source/platform/scroll/Scrollbar.h b/Source/platform/scroll/Scrollbar.h
index 65209e404275d8bd0f6ebc1e8d73054444710953..92d579f48a0a7cb8a01e2f48bb3bddc8edad57ea 100644
--- a/Source/platform/scroll/Scrollbar.h
+++ b/Source/platform/scroll/Scrollbar.h
@@ -63,7 +63,7 @@ public:
virtual Widget* parent() const override { return Widget::parent(); }
virtual Widget* root() const override { return Widget::root(); }
- virtual void setFrameRect(const IntRect& frameRect) override { Widget::setFrameRect(frameRect); }
+ virtual void setFrameRect(const IntRect&) override;
virtual IntRect frameRect() const override { return Widget::frameRect(); }
virtual void invalidate() override { Widget::invalidate(); }

Powered by Google App Engine
This is Rietveld 408576698