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

Unified Diff: public/platform/WebLayer.h

Issue 310503002: Highlighting on UAOS - alternate approach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/core/rendering/compositing/CompositedLayerMapping.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 8a3e7cacdf01f4901f1b94409fef2ecb756e9d3c..b31dceba78e987281b93b3eea8a77d3e1e091ceb 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -168,6 +168,8 @@ public:
// in the layer hierarchy.
virtual void setScrollParent(WebLayer*) = 0;
+ virtual bool hasScrollChildren() = 0;
+
// A layer will not respect any clips established by layers between it and
// its nearest clipping ancestor. Note, the clip parent must be an ancestor.
// This is not a requirement of the scroll parent.
« no previous file with comments | « Source/core/rendering/compositing/CompositedLayerMapping.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698