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

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

Issue 2866733002: Remove owning_id from EffectNode and replace it by an opaque stable_id (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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp ('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/WebScrollbarLayer.h
diff --git a/third_party/WebKit/public/platform/WebScrollbarLayer.h b/third_party/WebKit/public/platform/WebScrollbarLayer.h
index 90975049324692f4bdd234b3d0c7731c63defc29..f014571d24c91dd1c1c37b957cb349346291df9d 100644
--- a/third_party/WebKit/public/platform/WebScrollbarLayer.h
+++ b/third_party/WebKit/public/platform/WebScrollbarLayer.h
@@ -29,6 +29,7 @@
#include "WebLayer.h"
#include "WebScrollbarThemeGeometry.h"
#include "WebScrollbarThemePainter.h"
+#include "cc/trees/element_id.h"
namespace blink {
@@ -39,6 +40,8 @@ class WebScrollbarLayer {
virtual WebLayer* Layer() = 0;
virtual void SetScrollLayer(WebLayer*) = 0;
+
+ virtual void SetElementId(const cc::ElementId&) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698