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

Unified Diff: cc/layers/layer.h

Issue 2877033002: Fix cc scrollbar layer issues with initialization, and use element ids throughout. (Closed)
Patch Set: none Created 3 years, 7 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/input/scrollbar_animation_controller_unittest.cc ('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 581271731c5ad90510b582bc335461e999073947..ab2cca5511f2c41ad8d78f357d74b03b1b6ad74b 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -129,8 +129,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
float EffectiveOpacity() const;
virtual bool OpacityCanAnimateOnImplThread() const;
- virtual bool AlwaysUseActiveTreeOpacity() const;
-
void SetBlendMode(SkBlendMode blend_mode);
SkBlendMode blend_mode() const { return inputs_.blend_mode; }
« no previous file with comments | « cc/input/scrollbar_animation_controller_unittest.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698