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

Unified Diff: Source/core/paint/CompositingRecorder.h

Issue 960483002: Implement compositing bounds in CompositingDisplayItem (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase from space Created 5 years, 10 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 | « no previous file | Source/core/paint/CompositingRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/CompositingRecorder.h
diff --git a/Source/core/paint/CompositingRecorder.h b/Source/core/paint/CompositingRecorder.h
index 852dc94c4c0b471aa650bdeae43080fdc378c5b5..e60d32df2be9a0535c3d0e9b31c7e1e1cb705301 100644
--- a/Source/core/paint/CompositingRecorder.h
+++ b/Source/core/paint/CompositingRecorder.h
@@ -17,7 +17,7 @@ class LayoutObject;
class CompositingRecorder {
public:
- explicit CompositingRecorder(GraphicsContext*, DisplayItemClient, const SkXfermode::Mode, const float, const FloatRect* = 0, ColorFilter = ColorFilterNone);
+ explicit CompositingRecorder(GraphicsContext*, DisplayItemClient, const SkXfermode::Mode, const float, const FloatRect* bounds = 0, ColorFilter = ColorFilterNone);
~CompositingRecorder();
« no previous file with comments | « no previous file | Source/core/paint/CompositingRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698