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

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

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/RenderObject.cpp ('k') | Source/core/rendering/RenderPart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderPart.h
diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h
index c8697a95b51ed8ed248246ed76ae730780218f7a..c042860b81cf4ca050f17f31cac43addf004e972 100644
--- a/Source/core/rendering/RenderPart.h
+++ b/Source/core/rendering/RenderPart.h
@@ -46,7 +46,7 @@ private:
virtual bool isRenderPart() const OVERRIDE FINAL { return true; }
virtual const char* renderName() const OVERRIDE { return "RenderPart"; }
- virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
+ virtual CompositingReasons additionalCompositingReasons() const OVERRIDE;
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderPart, isRenderPart());
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | Source/core/rendering/RenderPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698