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

Unified Diff: cc/layers/layer.cc

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 tfarina@'s comments. Created 7 years, 5 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.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index e1d59b7eab3fa5e38214424503876b28cca71409..d82f72a5d634346b4d8a356e9e07d6840d1c810e 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -889,7 +889,7 @@ Region Layer::VisibleContentOpaqueRegion() const {
return Region();
}
-ScrollbarLayer* Layer::ToScrollbarLayer() {
+ScrollbarLayerBase* Layer::ToScrollbarLayerBase() {
return NULL;
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | cc/layers/scrollbar_layer_impl_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698