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

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

Issue 199443009: Move iframe and plugin compositing triggers into additionalCompositingReasons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/rendering/RenderEmbeddedObject.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 707fde3d463aefca343cb63d4041740837610b57..2376e45941c348436c75d04491f301f17fb50f5f 100644
--- a/Source/core/rendering/RenderPart.h
+++ b/Source/core/rendering/RenderPart.h
@@ -48,6 +48,8 @@ protected:
private:
virtual bool isRenderPart() const OVERRIDE FINAL { return true; }
virtual const char* renderName() const OVERRIDE { return "RenderPart"; }
+
+ virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderPart, isRenderPart());
« no previous file with comments | « Source/core/rendering/RenderEmbeddedObject.cpp ('k') | Source/core/rendering/RenderPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698