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

Unified Diff: cc/surfaces/display.h

Issue 329833002: Correctly set up LayerTreeSettings for cc::Display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 1f8bf1756e77a44467c186ca057a691be684e5cc..22bd074da7357379b5357d51b8d21a8e2b6f7f87 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -74,6 +74,7 @@ class CC_SURFACES_EXPORT Display : public SurfaceClient,
SurfaceManager* manager_;
SurfaceAggregator aggregator_;
SharedBitmapManager* bitmap_manager_;
+ LayerTreeSettings settings_;
scoped_ptr<Surface> current_surface_;
scoped_ptr<OutputSurface> output_surface_;
scoped_ptr<ResourceProvider> resource_provider_;
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698