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

Unified Diff: ui/compositor/compositor.h

Issue 675083002: Add cc::RendererSettings for use in with cc::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 d6663038318ba5a4700a111fce70e5604ff21542..1fbcc084b69f5aab82f0ad222e2fbaaae6cbf854 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -38,6 +38,7 @@ class GpuMemoryBufferManager;
class Layer;
class LayerTreeDebugState;
class LayerTreeHost;
+class LayerTreeSettings;
class SharedBitmapManager;
class SurfaceIdAllocator;
}
@@ -268,6 +269,7 @@ class COMPOSITOR_EXPORT Compositor
const cc::LayerTreeDebugState& GetLayerTreeDebugState() const;
void SetLayerTreeDebugState(const cc::LayerTreeDebugState& debug_state);
+ const cc::LayerTreeSettings& GetLayerTreeSettings() const;
jamesr 2014/10/27 05:11:37 the only caller needs the RendererSettings, not LT
LayerAnimatorCollection* layer_animator_collection() {
return &layer_animator_collection_;

Powered by Google App Engine
This is Rietveld 408576698