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

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

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: none Created 3 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
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 27306b7e6d9fa4b6263c6a16e7951cbb0cbb1726..389082518d59af0478454e3fbfccb7e3e9cf8ea4 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -27,6 +27,7 @@
#define WebLayer_h
#include "cc/layers/layer.h"
+#include "cc/trees/element_id.h"
#include "WebBlendMode.h"
#include "WebColor.h"
@@ -46,7 +47,6 @@ namespace cc {
class Layer;
class LayerClient;
class FilterOperations;
-struct ElementId;
}
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698