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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 1405993008: compositor-worker: plumb element id and mutable properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase error. Created 5 years 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 | « third_party/WebKit/public/platform/WebCompositorMutableProperties.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index 1e1f1ed4f907ff107ab33a4a3dcfd1f638303095..a0e21b27b97afc4ed9c85eadeeb1d3b8d6999549 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -247,6 +247,12 @@ public:
// Gets the underlying cc layer.
virtual const cc::Layer* ccLayer() const = 0;
+
+ virtual void setElementId(uint64_t) = 0;
+ virtual uint64_t elementId() const = 0;
+
+ virtual void setCompositorMutableProperties(uint32_t) = 0;
+ virtual uint32_t compositorMutableProperties() const = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebCompositorMutableProperties.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698