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

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: Fix Windows compile. 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 7a8f9d1532b2721f8f01e830a0d9de00bdfd1cdb..737e83df0671bb0a73883ebec880df5960276cf4 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -48,10 +48,10 @@ class LayerClient;
class LayerImpl;
class LayerTreeHost;
class LayerTreeImpl;
-class PaintedScrollbarLayer;
class PriorityCalculator;
class RenderingStatsInstrumentation;
class ResourceUpdateQueue;
+class ScrollbarLayerInterface;
struct AnimationEvent;
// Base class for composited layers. Special layer types are derived from
@@ -393,7 +393,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
virtual Region VisibleContentOpaqueRegion() const;
- virtual PaintedScrollbarLayer* ToScrollbarLayer();
+ virtual ScrollbarLayerInterface* ToScrollbarLayer();
gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698