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

Unified Diff: ui/compositor/layer.h

Issue 900043002: Modify rasterize_and_record for DisplayItemList recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing include that android doesn't handle 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 | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index d49101b451be4ad75c7bce3519985199f470d7c8..598739e6254b831db5cc6dd9d53fd80dae59597a 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -340,10 +340,10 @@ class COMPOSITOR_EXPORT Layer
void PaintContents(
SkCanvas* canvas,
const gfx::Rect& clip,
- ContentLayerClient::GraphicsContextStatus gc_status) override;
+ ContentLayerClient::PaintingControlSetting painting_control) override;
scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
const gfx::Rect& clip,
- GraphicsContextStatus gc_status) override;
+ ContentLayerClient::PaintingControlSetting painting_control) override;
bool FillsBoundsCompletely() const override;
cc::Layer* cc_layer() { return cc_layer_; }
« no previous file with comments | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698