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

Unified Diff: cc/base/invalidation_region.h

Issue 93663004: [#2] Pass gfx structs by const ref (gfx::Rect, gfx::RectF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT, fix builds on non-linux platforms! Created 6 years, 11 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 | cc/base/invalidation_region.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/invalidation_region.h
diff --git a/cc/base/invalidation_region.h b/cc/base/invalidation_region.h
index 33be80332ffe8502426e1c9d551f2982506c6242..9cb2fe386e423716add69ff2578882670efcdc21 100644
--- a/cc/base/invalidation_region.h
+++ b/cc/base/invalidation_region.h
@@ -21,7 +21,7 @@ class CC_EXPORT InvalidationRegion {
void Swap(Region* region);
void Clear();
- void Union(gfx::Rect rect);
+ void Union(const gfx::Rect& rect);
bool IsEmpty() const { return region_.IsEmpty(); }
private:
« no previous file with comments | « no previous file | cc/base/invalidation_region.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698