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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMedia.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/LayoutMedia.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.h b/third_party/WebKit/Source/core/layout/LayoutMedia.h
index 3114190514d7522c21cd0714a93ccb0bf86b41a1..c26a1a97b969e7bad1c99c363ae0b022867660eb 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMedia.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMedia.h
@@ -57,20 +57,7 @@ class LayoutMedia : public LayoutImage {
const char* name() const override { return "LayoutMedia"; }
- // Temporary callback for crbug.com/587345,402044
- void notifyPositionMayHaveChanged(const IntRect&);
-
- // Change whether we want or don't want to receive position change
- // notifications. This will cause us to start / stop receiving change
- // notifications if possible.
- // Temporary method for crbug.com/587345,402044
- void setRequestPositionUpdates(bool);
-
protected:
- // Temporary overrides for crbug.com/587345,402044
- void willBeDestroyed() override;
- void insertedIntoTree() override;
-
void layout() override;
bool isOfType(LayoutObjectType type) const override {
« no previous file with comments | « third_party/WebKit/Source/core/layout/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/LayoutMedia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698