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

Unified Diff: ui/compositor/paint_cache.h

Issue 1494223003: cc: Shrink size of display item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some compilation issues in ui oops Created 5 years 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 | « ui/compositor/compositing_recorder.cc ('k') | ui/compositor/paint_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/paint_cache.h
diff --git a/ui/compositor/paint_cache.h b/ui/compositor/paint_cache.h
index 5161127fe30c091b52533b0edbd6be9a9c1a1f1b..516424f44ca0e6122c88506abdc59b09c98ea448 100644
--- a/ui/compositor/paint_cache.h
+++ b/ui/compositor/paint_cache.h
@@ -30,7 +30,7 @@ class COMPOSITOR_EXPORT PaintCache {
// Only PaintRecorder can modify these.
friend PaintRecorder;
- void SetCache(const cc::DrawingDisplayItem* item);
+ void SetCache(const cc::DrawingDisplayItem& item);
bool has_cache_;
cc::DrawingDisplayItem display_item_;
« no previous file with comments | « ui/compositor/compositing_recorder.cc ('k') | ui/compositor/paint_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698