| 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 {
|
|
|