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

Unified Diff: Source/core/rendering/RenderPart.cpp

Issue 456733003: Remove the acceleratedCompositingForCanvas setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-compositingforcanvas: . Created 6 years, 4 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/rendering/RenderPart.h ('k') | Source/core/rendering/RenderVideo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderPart.cpp
diff --git a/Source/core/rendering/RenderPart.cpp b/Source/core/rendering/RenderPart.cpp
index 7c48ed22760c33cea65974ad37bd8073536813bd..56c0d3176d5676c44c3e196ed9e483c3bc705fa0 100644
--- a/Source/core/rendering/RenderPart.cpp
+++ b/Source/core/rendering/RenderPart.cpp
@@ -127,7 +127,7 @@ bool RenderPart::nodeAtPoint(const HitTestRequest& request, HitTestResult& resul
return RenderWidget::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, action);
}
-CompositingReasons RenderPart::additionalCompositingReasons(CompositingTriggerFlags) const
+CompositingReasons RenderPart::additionalCompositingReasons() const
{
if (requiresAcceleratedCompositing())
return CompositingReasonIFrame;
« no previous file with comments | « Source/core/rendering/RenderPart.h ('k') | Source/core/rendering/RenderVideo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698