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

Unified Diff: Source/web/WebViewImpl.h

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attach to proper scrolling layer Created 6 years, 6 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 66ec1029bba981baf92ced263105eaa17f6f26db..0ad3aa40798a5089565398f0f1c32a9a89501022 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -545,6 +545,7 @@ private:
void updateLayerTreeBackgroundColor();
void updateRootLayerTransform();
void updateLayerTreeDeviceScaleFactor();
+ void updateLayerTreeSelection();
// Helper function: Widens the width of |source| by the specified margins
// while keeping it smaller than page width.

Powered by Google App Engine
This is Rietveld 408576698