diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 03:14:52 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 03:14:52 +0000 |
commit | 8e0176d4a50b29d0e65c6328be58384d2a4ecce3 (patch) | |
tree | 90e527ef9888f55839d2a44e74af8ef3d89cfc6d /cc/trees/layer_tree_settings.h | |
parent | 9b92521018d10f7776550708edbd3dea3b149ac8 (diff) | |
download | chromium_src-8e0176d4a50b29d0e65c6328be58384d2a4ecce3.zip chromium_src-8e0176d4a50b29d0e65c6328be58384d2a4ecce3.tar.gz chromium_src-8e0176d4a50b29d0e65c6328be58384d2a4ecce3.tar.bz2 |
cc chromification: layer_tree_settings
BUG=144577
Review URL: https://codereview.chromium.org/12704013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_settings.h')
-rw-r--r-- | cc/trees/layer_tree_settings.h | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h index 7c17bd4..62006ea 100644 --- a/cc/trees/layer_tree_settings.h +++ b/cc/trees/layer_tree_settings.h @@ -18,42 +18,42 @@ class CC_EXPORT LayerTreeSettings { LayerTreeSettings(); ~LayerTreeSettings(); - bool acceleratePainting; - bool compositorFrameMessage; - bool implSidePainting; - bool renderVSyncEnabled; - bool perTilePaintingEnabled; - bool partialSwapEnabled; - bool cacheRenderPassContents; - bool rightAlignedSchedulingEnabled; - bool acceleratedAnimationEnabled; - bool backgroundColorInsteadOfCheckerboard; - bool showOverdrawInTracing; - bool canUseLCDText; - bool shouldClearRootRenderPass; - bool useLinearFadeScrollbarAnimator; - bool solidColorScrollbars; - SkColor solidColorScrollbarColor; - int solidColorScrollbarThicknessDIP; - bool calculateTopControlsPosition; - bool useCheapnessEstimator; - bool useColorEstimator; - bool useMemoryManagement; - bool predictionBenchmarking; - float minimumContentsScale; - float lowResContentsScaleFactor; - float topControlsHeight; - float topControlsShowThreshold; - float topControlsHideThreshold; - double refreshRate; - size_t maxPartialTextureUpdates; - size_t numRasterThreads; - gfx::Size defaultTileSize; - gfx::Size maxUntiledLayerSize; - gfx::Size minimumOcclusionTrackingSize; - bool usePinchZoomScrollbars; - - LayerTreeDebugState initialDebugState; + bool accelerate_painting; + bool compositor_frame_message; + bool impl_side_painting; + bool render_vsync_enabled; + bool per_tile_painting_enabled; + bool partial_swap_enabled; + bool cache_render_pass_contents; + bool right_aligned_scheduling_enabled; + bool accelerated_animation_enabled; + bool background_color_instead_of_checkerboard; + bool show_overdraw_in_tracing; + bool can_use_lcd_text; + bool should_clear_root_render_pass; + bool use_linear_fade_scrollbar_animator; + bool solid_color_scrollbars; + SkColor solid_color_scrollbar_color; + int solid_color_scrollbar_thickness_dip; + bool calculate_top_controls_position; + bool use_cheapness_estimator; + bool use_color_estimator; + bool use_memory_management; + bool prediction_benchmarking; + float minimum_contents_scale; + float low_res_contents_scale_factor; + float top_controls_height; + float top_controls_show_threshold; + float top_controls_hide_threshold; + double refresh_rate; + size_t max_partial_texture_updates; + size_t num_raster_threads; + gfx::Size default_tile_size; + gfx::Size max_untiled_layer_size; + gfx::Size minimum_occlusion_tracking_size; + bool use_pinch_zoom_scrollbars; + + LayerTreeDebugState initial_debug_state; }; } // namespace cc |