Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index cfbd353bf54633d7806d81e5b7db90ceb69c5b3e..d124457c14a59ea576a9d5088c1f733809893270 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -18,7 +18,6 @@ |
#include "cc/base/region.h" |
#include "cc/base/scoped_ptr_vector.h" |
#include "cc/input/input_handler.h" |
-#include "cc/layers/compositing_reasons.h" |
#include "cc/layers/draw_properties.h" |
#include "cc/layers/layer_lists.h" |
#include "cc/layers/layer_position_constraint.h" |
@@ -277,14 +276,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
void SetDebugName(const std::string& debug_name) { debug_name_ = debug_name; } |
std::string debug_name() const { return debug_name_; } |
- void SetCompositingReasons(CompositingReasons reasons) { |
- compositing_reasons_ = reasons; |
- } |
- |
- CompositingReasons compositing_reasons() const { |
- return compositing_reasons_; |
- } |
- |
bool ShowDebugBorders() const; |
// These invalidate the host's render surface layer list. The caller |
@@ -632,7 +623,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
// Debug layer name. |
std::string debug_name_; |
- CompositingReasons compositing_reasons_; |
FilterOperations filters_; |
FilterOperations background_filters_; |