Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Avoid redundant checks for Compositing reasons in RenderLayerCompositor
https://bugs.webkit.org/show_bug.cgi?id=118114 Patch by Sanjoy Pal <sanjoy.pal@samsung.com> on 2013-06-26 Reviewed by Anders Carlsson. A RenderObject can be any one of the Video, Canvas, Plugin or Iframe. Hence removing the redundant checks. No new tests as no functionality change. * rendering/RenderLayerCompositor.cpp: (WebCore::RenderLayerCompositor::reasonsForCompositing): Canonical link: https://commits.webkit.org/136157@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@152078 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information