summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 19:40:31 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 19:40:31 +0000
commitf51a426abf016b5e66586af161a16f2fe9ebce86 (patch)
tree3247ca571d463f9bc62f31857ddadb98e5d5d0b7 /cc
parentf7aaf74153da66ba53eeae2a7b3e519ef1fcc046 (diff)
downloadchromium_src-f51a426abf016b5e66586af161a16f2fe9ebce86.zip
chromium_src-f51a426abf016b5e66586af161a16f2fe9ebce86.tar.gz
chromium_src-f51a426abf016b5e66586af161a16f2fe9ebce86.tar.bz2
cc: Remove LTHI::external_stencil_test_enabled_
The test has been moved to OutputSurface and the copy in LTHI is unused. BUG= Review URL: https://codereview.chromium.org/239703015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/trees/layer_tree_host_impl.cc1
-rw-r--r--cc/trees/layer_tree_host_impl.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index a8001b7..84cf31d 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -254,7 +254,6 @@ LayerTreeHostImpl::LayerTreeHostImpl(
overhang_ui_resource_id_(0),
overdraw_bottom_height_(0.f),
device_viewport_valid_for_tile_management_(true),
- external_stencil_test_enabled_(false),
animation_registrar_(AnimationRegistrar::Create()),
rendering_stats_instrumentation_(rendering_stats_instrumentation),
micro_benchmark_controller_(this),
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 9b51b6b..7f0aab6 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -628,14 +628,10 @@ class CC_EXPORT LayerTreeHostImpl
// - external_viewport_ is used DrawProperties, tile management and
// glViewport/window projection matrix.
// - external_clip_ specifies a top-level clip rect
- // - external_stencil_test_enabled_ tells CC to respect existing stencil bits
- // (When these are specified, device_viewport_size_ remains used only for
- // scrollable size.)
gfx::Transform external_transform_;
gfx::Rect external_viewport_;
gfx::Rect external_clip_;
bool device_viewport_valid_for_tile_management_;
- bool external_stencil_test_enabled_;
gfx::Rect viewport_damage_rect_;