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

Unified Diff: cc/blink/web_layer_impl.cc

Issue 1922393002: CC Animation: Unify ElementId in Blink Compositor Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@player
Patch Set: Remove NextElementId. Created 4 years, 7 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/blink/web_layer_impl.h ('k') | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.cc
diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
index b8fd461ea1bd93fb7da350ef7eb3f3b25f6f27ee..1a9cfd2e04452a63838d517abf98db5340503a1c 100644
--- a/cc/blink/web_layer_impl.cc
+++ b/cc/blink/web_layer_impl.cc
@@ -379,11 +379,11 @@ cc::Layer* WebLayerImpl::ccLayer() {
return layer_.get();
}
-void WebLayerImpl::setElementId(uint64_t id) {
+void WebLayerImpl::setElementId(cc::ElementId id) {
layer_->SetElementId(id);
}
-uint64_t WebLayerImpl::elementId() const {
+cc::ElementId WebLayerImpl::elementId() const {
return layer_->element_id();
}
« no previous file with comments | « cc/blink/web_layer_impl.h ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698