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

Unified Diff: cc/layers/solid_color_scrollbar_layer.h

Issue 189523002: Ignore setNeedsDisplay for SolidColorScrollbarLayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | cc/layers/solid_color_scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_scrollbar_layer.h
diff --git a/cc/layers/solid_color_scrollbar_layer.h b/cc/layers/solid_color_scrollbar_layer.h
index 339d5339fb3848fe717d2d0730e6c8a0e9430dfb..67d4ae7b36d92f9d4900330c02384fea37e9e8e5 100644
--- a/cc/layers/solid_color_scrollbar_layer.h
+++ b/cc/layers/solid_color_scrollbar_layer.h
@@ -30,6 +30,8 @@ class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
virtual void PushScrollClipPropertiesTo(LayerImpl* layer) OVERRIDE;
+ virtual void SetNeedsDisplayRect(const gfx::RectF&) OVERRIDE;
+
// ScrollbarLayerInterface
virtual int ScrollLayerId() const OVERRIDE;
virtual void SetScrollLayer(int layer_id) OVERRIDE;
« no previous file with comments | « no previous file | cc/layers/solid_color_scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698