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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl.cc

Issue 307963008: Highlighting on UAOS - alternate approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « webkit/renderer/compositor_bindings/web_layer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/compositor_bindings/web_layer_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl.cc b/webkit/renderer/compositor_bindings/web_layer_impl.cc
index bd1c772ade42f038f5969308e0f4e6f40f99dd54..986aa6b6549066a46614d67ad841bf846045cd9c 100644
--- a/webkit/renderer/compositor_bindings/web_layer_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_layer_impl.cc
@@ -100,6 +100,10 @@ void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) {
layer_->SetAnchorPoint(anchor_point);
}
+bool WebLayerImpl::hasScrollChildren() {
+ return layer_->has_scroll_children();
+}
+
WebFloatPoint WebLayerImpl::anchorPoint() const {
return layer_->anchor_point();
}
« no previous file with comments | « webkit/renderer/compositor_bindings/web_layer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698