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

Unified Diff: Source/core/rendering/compositing/CompositingReasonFinder.h

Issue 206593005: Remove compositing trigger for CSS transitions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove test Created 6 years, 9 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 | « Source/core/frame/Settings.in ('k') | Source/core/rendering/compositing/CompositingReasonFinder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/CompositingReasonFinder.h
diff --git a/Source/core/rendering/compositing/CompositingReasonFinder.h b/Source/core/rendering/compositing/CompositingReasonFinder.h
index 60104f61a8f80950f25d1cb106633f4290db3d44..cfa8e7c8a78670c3be7f155c5017be5ebd51b8f0 100644
--- a/Source/core/rendering/compositing/CompositingReasonFinder.h
+++ b/Source/core/rendering/compositing/CompositingReasonFinder.h
@@ -36,7 +36,6 @@ private:
bool isMainFrame() const;
bool requiresCompositingForAnimation(RenderObject*) const;
- bool requiresCompositingForTransition(RenderObject*) const;
bool requiresCompositingForTransform(RenderObject*) const;
bool requiresCompositingForPlugin(RenderObject*, bool* needToRecomputeCompositingRequirements) const;
bool requiresCompositingForFrame(RenderObject*) const;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/core/rendering/compositing/CompositingReasonFinder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698