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

Unified Diff: ui/compositor/compositor.h

Issue 1101823002: CC Animations: Make LayerAnimationController creation optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 5a6d93290350c5f67fc0035804c3478803d49cc0..cde120df8136c6f7cdf8f1b185e9a1af9c983c09 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -299,6 +299,7 @@ class COMPOSITOR_EXPORT Compositor
const cc::LayerTreeDebugState& GetLayerTreeDebugState() const;
void SetLayerTreeDebugState(const cc::LayerTreeDebugState& debug_state);
const cc::RendererSettings& GetRendererSettings() const;
+ const cc::LayerTreeHost& GetLayerTreeHost() const;
LayerAnimatorCollection* layer_animator_collection() {
return &layer_animator_collection_;

Powered by Google App Engine
This is Rietveld 408576698