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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: rebased Created 4 years 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: 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);
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LayoutMediaItem.h ('k') | third_party/WebKit/Source/core/paint/PaintInvalidator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698