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

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

Issue 197533013: CompositingReasonFinder should use a virtual function instead of a nest of branches (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing file 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/page/ChromeClient.h ('k') | Source/core/rendering/RenderHTMLCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderHTMLCanvas.h
diff --git a/Source/core/rendering/RenderHTMLCanvas.h b/Source/core/rendering/RenderHTMLCanvas.h
index 3c810d24e7d867e28f3bf849a987f5fee5fb3f12..c06ee44cefc2f7dbb5b57087eb209a0ed839412f 100644
--- a/Source/core/rendering/RenderHTMLCanvas.h
+++ b/Source/core/rendering/RenderHTMLCanvas.h
@@ -45,6 +45,8 @@ private:
virtual const char* renderName() const OVERRIDE { return "RenderHTMLCanvas"; }
virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
virtual void intrinsicSizeChanged() OVERRIDE { canvasSizeChanged(); }
+
+ virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE;
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderHTMLCanvas, isCanvas());
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/rendering/RenderHTMLCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698