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

Unified Diff: webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h

Issue 234603002: Add support for setting TrackStart on solid color layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more unit test compile Created 6 years, 8 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: webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h b/webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h
index a0e8d0aa7701b9f4dbf7e0b906a234f52feddc91..31cc87ae9711e3a81399f325004e139b1bb9cb96 100644
--- a/webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h
+++ b/webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h
@@ -28,6 +28,7 @@ class WebScrollbarLayerImpl : public blink::WebScrollbarLayer {
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebScrollbarLayerImpl(
blink::WebScrollbar::Orientation orientation,
int thumb_thickness,
+ int track_start,
bool is_left_side_vertical_scrollbar);
virtual ~WebScrollbarLayerImpl();

Powered by Google App Engine
This is Rietveld 408576698