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

Unified Diff: cc/resources/content_layer_updater.h

Issue 565043002: cc: Remove the opaque rect return-parameter from ContentLayerClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: contentlayerclientopaque: build Created 6 years, 3 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 | « cc/resources/bitmap_content_layer_updater.cc ('k') | cc/resources/content_layer_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/content_layer_updater.h
diff --git a/cc/resources/content_layer_updater.h b/cc/resources/content_layer_updater.h
index 7dfcb6a794fc4360403fb0fa65e53ce8338a1c2a..c02759607c687f9869a7559e43fe14af03e27988 100644
--- a/cc/resources/content_layer_updater.h
+++ b/cc/resources/content_layer_updater.h
@@ -34,8 +34,7 @@ class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
void PaintContents(SkCanvas* canvas,
const gfx::Rect& content_rect,
float contents_width_scale,
- float contents_height_scale,
- gfx::Rect* resulting_opaque_rect);
+ float contents_height_scale);
gfx::Rect content_rect() const { return content_rect_; }
bool layer_is_opaque() const { return layer_is_opaque_; }
« no previous file with comments | « cc/resources/bitmap_content_layer_updater.cc ('k') | cc/resources/content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698