| Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| index 15a51f5a6fc61fb50ec7884c85582e34aeb5a441..e6b0efe3a8fc93c3f098b8a40725403010b06452 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| // Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| @@ -72,10 +71,6 @@ class LayoutViewItem : public LayoutBlockItem {
|
| toView()->invalidatePaintForViewAndCompositedLayers();
|
| }
|
|
|
| - void sendMediaPositionChangeNotifications(const IntRect& visibleRect) {
|
| - toView()->sendMediaPositionChangeNotifications(visibleRect);
|
| - }
|
| -
|
| int viewHeight(
|
| IncludeScrollbarsInRect scrollbarInclusion = ExcludeScrollbars) const {
|
| return toView()->viewHeight(scrollbarInclusion);
|
|
|