| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index 60e5be78c8fd63220892680391be6376c2879d8e..ab73d4a5d88ecf07d198f4b8c03227caf7864b65 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -120,11 +120,6 @@ public:
|
| BLINK_EXPORT WebSize minimumScrollOffset() const;
|
| // Shorthand of frame()->maximumScrollOffset().
|
| BLINK_EXPORT WebSize maximumScrollOffset() const;
|
| - BLINK_EXPORT void setIsTransitionDocument(bool);
|
| - BLINK_EXPORT void beginExitTransition(const WebString& cssSelector, bool exitToNativeApp);
|
| - BLINK_EXPORT void revertExitTransition();
|
| - BLINK_EXPORT void hideTransitionElements(const WebString& cssSelector);
|
| - BLINK_EXPORT void showTransitionElements(const WebString& cssSelector);
|
|
|
| // Accessibility support. These methods should only be called on the
|
| // top-level document, because one accessibility cache spans all of
|
|
|