| Index: third_party/WebKit/public/platform/WebCompositorSupport.h
|
| diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| index 8dbdc56409aead157955bc5ec5fcd176cb0f91e9..6a90e22d14964c90c005201671471c5d7b1e11d9 100644
|
| --- a/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| +++ b/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| @@ -66,7 +66,8 @@ class WebCompositorSupport {
|
|
|
| virtual WebImageLayer* createImageLayer() { return nullptr; }
|
|
|
| - // The ownership of the WebScrollbarThemeGeometry pointer is passed to Chromium.
|
| + // The ownership of the WebScrollbarThemeGeometry pointer is passed to
|
| + // Chromium.
|
| virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*,
|
| WebScrollbarThemePainter,
|
| WebScrollbarThemeGeometry*) {
|
|
|