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

Unified Diff: cc/layers/layer.h

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments; plumb scrollbar color via flag. Created 7 years, 4 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: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 035e071a5fd19a69849d8a097125c4a3817c193f..b12fa931297e27cc03edb7bc907c91b1fe661bf7 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -44,7 +44,7 @@ class LayerTreeImpl;
class PriorityCalculator;
class RenderingStatsInstrumentation;
class ResourceUpdateQueue;
-class ScrollbarLayer;
+class ScrollbarLayerInterface;
struct AnimationEvent;
// Base class for composited layers. Special layer types are derived from
@@ -347,7 +347,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
virtual Region VisibleContentOpaqueRegion() const;
- virtual ScrollbarLayer* ToScrollbarLayer();
+ virtual ScrollbarLayerInterface* ToScrollbarLayer();
gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;

Powered by Google App Engine
This is Rietveld 408576698