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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 1599673002: compositor-worker: Remove code from cc_blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix blink_platform_unittests Created 4 years, 11 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 | « cc/layers/layer_unittest.cc ('k') | third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 513ce5e5bd5b267efe90f41ba05f87519af69e0d..d44aa67fefea548b7336ed830cc9d27c9471fd60 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -50,9 +50,9 @@ namespace cc {
namespace {
const uint32_t kMainLayerFlags =
- kMutablePropertyOpacity | kMutablePropertyTransform;
+ MutableProperty::kOpacity | MutableProperty::kTransform;
const uint32_t kScrollLayerFlags =
- kMutablePropertyScrollLeft | kMutablePropertyScrollTop;
+ MutableProperty::kScrollLeft | MutableProperty::kScrollTop;
} // namespace
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698