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

Unified Diff: cc/layers/layer.h

Issue 2882543002: Remove Layer{Impl}::HasOnlyTranslationTransforms. (Closed)
Patch Set: 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 | « no previous file | 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..5d0c6d08e5ab03d208ed71ab0e333d55de409244 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -475,7 +475,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
bool FilterIsAnimating() const;
bool TransformIsAnimating() const;
bool ScrollOffsetAnimationWasInterrupted() const;
- bool HasOnlyTranslationTransforms() const;
void AddScrollChild(Layer* child);
void RemoveScrollChild(Layer* child);
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698